Closed tangentsoft closed 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.
podman build
This issue belongs to buildah.
@flouthoc @nalind PTAL
Hi @tangentsoft , This is a duplicate of https://github.com/containers/buildah/issues/3474 and is already on the task queue. :)
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.