Open TomSweeneyRedHat opened 3 months ago
The RUN, COPY, and ADD commands in a Containerfile can now handle HereDocs notation, but there is no reference to that in https://github.com/containers/common/blob/main/docs/Containerfile.5.md. This should be added.
RUN
COPY
ADD
Further background information:
https://github.com/containers/buildah/issues/3474 https://github.com/containers/buildah/pull/5092
Care to open a PR?
Yeah, on my stack. I just wanted to add an issue so I wouldn't forget.
The
RUN
,COPY
, andADD
commands in a Containerfile can now handle HereDocs notation, but there is no reference to that in https://github.com/containers/common/blob/main/docs/Containerfile.5.md. This should be added.Further background information:
https://github.com/containers/buildah/issues/3474 https://github.com/containers/buildah/pull/5092