-
Notifications
You must be signed in to change notification settings - Fork 298
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
Security review: launch build containers in a separate ephemeral Docker bridge network #2219
Closed
1 task
Comments
1 task
This change broke setups using podman. Apparently slashes are not allowed while it's perfectly fine for docker:
|
That is unfortunate. I'll put up a fix for this. We can release it in the next patch. |
natalieparellano
added a commit
that referenced
this issue
Jul 31, 2024
See #2219 (comment) Signed-off-by: Natalie Arellano <narellano@vmware.com>
This was referenced Jul 31, 2024
natalieparellano
added a commit
that referenced
this issue
Aug 5, 2024
See #2219 (comment) Signed-off-by: Natalie Arellano <narellano@vmware.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In the security review, this is
MED-2: Docker permissive inter-container connectivity
. The action plan asks us to ensure thatReference: https://docs.docker.com/network/network-tutorial-standalone/#use-user-defined-bridge-networks
Proposed solution
If
pack build --network
is NOT set, we shouldWe'll probably need to passThis ended up not being needed (we are already setting the network for these tests)--network=host
to more acceptance tests, so that build containers can reach the test registry.Additional context
The text was updated successfully, but these errors were encountered: