We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047e0da commit 5af5781Copy full SHA for 5af5781
Makefile
@@ -12,8 +12,9 @@ check-pypi-packaging:
12
#FIXME: try outer container to be rootless
13
# build tests image
14
# run tests as an unpriv user
15
+# TODO: podman inside needs to use vfs storage driver
16
check-smoke:
- sudo podman run --rm -ti -v $(CURDIR):/src -w /src registry.fedoraproject.org/fedora:29 bash -c '\
17
+ sudo podman run --net=host --rm -ti -v $(CURDIR):/src -w /src registry.fedoraproject.org/fedora:29 bash -c '\
18
dnf install -y buildah podman \
19
&& podman pull docker.io/library/python:3-alpine \
20
&& pip3 install . \
0 commit comments