Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Vendor in latest containers/buildah | Daniel J Walsh | 2018-09-18 |
| | | | | | | Switch from projectatomic/buildah to containers/buildah Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | use layer cache when building images | baude | 2018-09-07 |
| | | | | | | | | | | | | | | | | to more closely mimic docker default behavior, the --layers cli option is set to true by default for podman. the buildah environment variable of BUILDAH_LAYERS is still honored and will override the command line input. this should be considered in place of PR #1383. Many thanks for Scott McCarty for inspiring this welcome change. Signed-off-by: baude <bbaude@redhat.com> Closes: #1422 Approved by: rhatdan | ||
* | Vendor in latest github.com/projectatomic/buildah | Daniel J Walsh | 2018-08-03 |
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 |