-
Notifications
You must be signed in to change notification settings - Fork 785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--network=none does nothing #4227
Comments
rhatdan
added a commit
to rhatdan/buildah
that referenced
this issue
Sep 11, 2022
Fixes: containers#4227 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
rhatdan
added a commit
to rhatdan/buildah
that referenced
this issue
Sep 12, 2022
Fixes: containers#4227 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
rhatdan
added a commit
to rhatdan/buildah
that referenced
this issue
Sep 12, 2022
Fixes: containers#4227 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
rhatdan
added a commit
to rhatdan/buildah
that referenced
this issue
Sep 15, 2022
Fixes: containers#4227 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
rhatdan
added a commit
to rhatdan/buildah
that referenced
this issue
Sep 16, 2022
Fixes: containers#4227 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
rhatdan
added a commit
to rhatdan/buildah
that referenced
this issue
Sep 17, 2022
Fixes: containers#4227 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The
--network=none
flag seems to have no effect when used withbuildah build
.Steps to reproduce the issue:
test.containerfile
file with the following contents:buildah build --network=none -f test.containerfile
.Describe the results you received:
The
curl
invocation succeeds.Describe the results you expected:
The
curl
invocation (and the build along with it) should fail.Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:This version is pretty old, however, I can still reproduce the issue with the latest Git commit (9e2b0e2).
Output of
podman version
if reporting apodman build
issue: N/AOutput of
cat /etc/*release
:Output of
uname -a
:Output of
cat /etc/containers/storage.conf
:The text was updated successfully, but these errors were encountered: