You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
like podman, buildah must allow host-gateway. Technically the etc/hosts backend code is already parsing all the right values so I suppose buildah could drop the cli level validation.
Issue Description
Podman does not support the
host-gateway
shortcut in thebuild
command.Steps to reproduce the issue
I can run
build
on a simpleContainerfile
that justcat
's out/etc/hosts
:Attempting to define
proxyhost
to point tohost-gateway
results in:However this works for
podman run
:Describe the results you received
I received the error:
Describe the results you expected
I expect
host-gateway
to work inpodman build
, as the documentation claims it should.podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
No response
The text was updated successfully, but these errors were encountered: