mirror of
https://github.com/containers/skopeo.git
synced 2025-04-28 03:10:18 +00:00
Run the test-system container without --net=host
Experimentally, this seems to help with localhost access inside that container (but I have no idea what's the reason for that). Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
6991ba8563
commit
dd66c1d342
2
Makefile
2
Makefile
@ -153,7 +153,7 @@ test-integration: build-container
|
||||
# complicated set of options needed to run podman-in-podman
|
||||
test-system: build-container
|
||||
DTEMP=$(shell mktemp -d --tmpdir=/var/tmp podman-tmp.XXXXXX); \
|
||||
$(CONTAINER_CMD) --privileged --net=host \
|
||||
$(CONTAINER_CMD) --privileged \
|
||||
-v $$DTEMP:/var/lib/containers:Z -v /run/systemd/journal/socket:/run/systemd/journal/socket \
|
||||
"$(IMAGE)" \
|
||||
bash -c 'BUILDTAGS="$(BUILDTAGS)" hack/make.sh test-system'; \
|
||||
|
Loading…
Reference in New Issue
Block a user