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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
When using the pack builder the DOCKER_HOST environment variable doesn't seem to be respected.
This causes the build to fail when the Docker socket is on a different location as default /var/run/docker, for example when running in rootless mode.
Interestingly the variable is properly used when creating the initial build pack container
Describe the bug
When using the pack builder the
DOCKER_HOST
environment variable doesn't seem to be respected.This causes the build to fail when the Docker socket is on a different location as default
/var/run/docker
, for example when running in rootless mode.Interestingly the variable is properly used when creating the initial build pack container
waypoint/builtin/pack/builder.go
Line 78 in b550e5c
When I capture the analyzer container using
docker inspect
it shows the socket mount to the wrong path (abbreviated output);Steps to Reproduce
Expected behavior
Would it be possible for Waypoint to inform CNB about the different location?
Waypoint Platform Versions
Additional version and platform information to help triage the issue if
applicable:
v0.3.1 (b550e5ce)
v0.3.1
pack
&docker
The text was updated successfully, but these errors were encountered: