mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00

This adds support for Dockerfile.in and fixes some limits issues on docker build Also adds support for podman build to read Dockerfile from stdin. cat Dockerfile | podman build -f - . Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1209 Approved by: mheon
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
#define RUNHELLO RUN echo "Hello world!"
|
|
|
|
RUN touch /etc/hello-world.txt
|