Replies: 4 comments 13 replies
-
Have you read https://www.redhat.com/sysadmin/podman-inside-kubernetes? |
Beta Was this translation helpful? Give feedback.
-
I moved this to a discussion, since this is not a bug in Podman, but a setup issue in OpenShift. |
Beta Was this translation helpful? Give feedback.
-
I would need to see the audit.log on both boxes to see if there are SELinux issues. |
Beta Was this translation helpful? Give feedback.
-
@rhatdan I have referred to the podman in k8s but I don't see this exact problem referenced there. I still went ahead and tried
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
As you can see, I am using podman image to create a Dockerfile for my app. Link to Dockerfile
https://gitlab.com/dpkshetty/gitlab-s2i-pyflask-demo/-/blob/main/Dockerfile
podman build fails as below...
Describe the results you received:
podman build fail
Describe the results you expected:
podman build should succeed
Additional information you deem important (e.g. issue happens only occasionally):
Please note that in the above gitlab-ci.yml, if I replace podman with buildah (image and CLI), it works!!
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
orbrew info podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes/No
Additional environment details (AWS, VirtualBox, physical, etc.):
podman container is running in openshift as part of gitlab CI pipeline
Beta Was this translation helpful? Give feedback.
All reactions