Buildah intermediate container(Id) is not resolvable #4424
Replies: 3 comments 1 reply
-
@rhatdan what's the right platform to discuss this problem? It's kind of annoying that java libraries e.g. log4j calls getHostName() and fails with UnknownHostException.. which practically means we cannot build java apps using buildah if this bug is not resolved. |
Beta Was this translation helpful? Give feedback.
-
Thank You @rhatdan for opening the issue I was going through the code, Let me try to work on it and publish the PR. |
Beta Was this translation helpful? Give feedback.
-
This is done as part of this PR:#4869 |
Beta Was this translation helpful? Give feedback.
-
Docker is assigning ipaddress to each intermediate container and containerId is resolvable. But buildah intermediate containerId is not resolvable...
However the same code works fine with docker build as i could see the intermediate containerId to IP mapping in /etc/hosts.
Not sure if buildah intermediate container is not assigned an ipaddress but it's blocking our java projects from getting build as we are transitioning from docker to buildah for building images.
Beta Was this translation helpful? Give feedback.
All reactions