containers / buildah

A tool that facilitates building OCI images.
https://buildah.io
Apache License 2.0
7.45k stars 786 forks source link

Allow heredocs in Dockerfile #4473

Closed tangentsoft closed 1 year ago

tangentsoft commented 1 year ago

Docker recently pushed heredoc support into Dockerfile syntax version 1.4. I'm using it to create multi-line templated files in the image in a single step. (Example.) This is highly convenient and would be nice to have in podman build, too.

rhatdan commented 1 year ago

This issue belongs to buildah.

vrothberg commented 1 year ago

@flouthoc @nalind PTAL

flouthoc commented 1 year ago

Hi @tangentsoft , This is a duplicate of https://github.com/containers/buildah/issues/3474 and is already on the task queue. :)