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> | ||
* | Support pulling Dockerfile from http | Daniel J Walsh | 2018-05-16 |
| | | | | | | | | | | | | | Currently podman build http://remote.com/Dockerfile does not work. podman always treats this file as an Archive. Vendoring in the latest buildah code fixes this issue. Also updated the man pages to better explain the syntax. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #775 Approved by: TomSweeneyRedHat | ||
* | Use buildah commit and bud in podman | baude | 2018-04-27 |
Vendor in buildah and use as much of commit and bug as possible for podman build and commit. Resolves #586 Signed-off-by: baude <bbaude@redhat.com> Closes: #681 Approved by: mheon |