buildah
buildah copied to clipboard
Add support for BuildKit's interpretation of the VOLUME instruction
Description
Docker has an optional builder BuildKit that interprets the VOLUME
instruction in a new way. Implement an optional mode in Buildah that interprets the VOLUME
instruction in the same way as BuildKit.
The GitHub comment:
- https://github.com/moby/moby/discussions/44104#discussioncomment-3593939
describes the difference between the classic Docker builder and Buildkit in regards to their handling of the VOLUME
instruction.
I would rather just use the buildkit definition, and move forward.
I would rather just use the buildkit definition, and move forward.
Sounds good
A friendly reminder that this issue had no activity for 30 days.