pack cli rootless build fails on podman with permission denied to connect to docker daemon #2243
Labels
status/triage
Issue or PR that requires contributor attention.
type/bug
Issue that reports an unexpected behaviour.
Summary
When trying to build an image I get:
despite having DOCKER_HOST set to:
unix:///run/user/1000/podman/podman.sock
Reproduction
https://github.com/buildpacks/pack/issues/2242#issuecomment-2268503086
DOCKER_HOST
is set to:unix:///run/user/1000/podman/podman.sock
Steps
git clone https://github.com/buildpacks/samples
podman network create pack-local-net
pack build sample-app -p samples/apps/ruby-bundler/ -B cnbs/sample-builder:jammy --network pack-local-net
Current behavior
Expected behavior
Build should succeed and (I guess) use
/run/user/1000/podman/podman.sock
that is set inDOCKER_HOST
environment variable.Environment
pack info
podman info
The text was updated successfully, but these errors were encountered: