Replies: 2 comments 3 replies
-
Thanks for reaching out, @cxrus!
I assume
Can you elaborate on that? How are you checking whether the image is committed to Docker? |
Beta Was this translation helpful? Give feedback.
-
I still don't understand fully what you are asking? Are you using Podman as a Docker replacement? Or are you using a Podman container to communicate with the docker.socket through a volume mount? Could you create a simple reproducer? |
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.
-
Hi team,
I followed the Building on podman section in the official document of buildpack and run buildpack with podman successfully in the local environment, which means build successfully and I can find the image via podman images command. Then I try to reproduce the same thing in the container.
I run a container, mount the docker socket, install podman, enable the podman socket via podman system service, and set DOCKER_HOST=podman.sock, I hope it should work like the local one. However, buildpack now uses podman to pull the run image and builder image but it exports the built application image to the docker daemon instead of the podman, which is really strange. Could you tell me why this case?
I am not sure whether the podman system service command matters since the buildpack works well in the podman machine but not in the container. I cannot tell the difference between them except for the way they enable the podman socket.
Beta Was this translation helpful? Give feedback.
All reactions