Handle relative paths in VOLUME directives #46093
Labels
area/runtime
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
Description
In runc 1.0, runc started erroring out if a mount destination was a relative path.
This was changed to be just a warning here: opencontainers/runc#3004
An issue was created to re-add the error: opencontainers/runc#3020
As part of id-mapped mounts support, this was added back here: opencontainers/runc#3717
We need to handle this case because we don't want to break old images or builds.
Reproduce
N/A
Expected behavior
N/A
docker version
docker info
Additional Info
No response
The text was updated successfully, but these errors were encountered: