buildah icon indicating copy to clipboard operation
buildah copied to clipboard

Add support for BuildKit's interpretation of the VOLUME instruction

Open eriksjolund opened this issue 2 years ago • 3 comments

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.

eriksjolund avatar Sep 15 '22 04:09 eriksjolund

I would rather just use the buildkit definition, and move forward.

rhatdan avatar Sep 15 '22 10:09 rhatdan

I would rather just use the buildkit definition, and move forward.

Sounds good

eriksjolund avatar Sep 15 '22 17:09 eriksjolund

A friendly reminder that this issue had no activity for 30 days.

github-actions[bot] avatar Oct 16 '22 00:10 github-actions[bot]