diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-02-05 13:08:15 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-02-18 14:29:10 -0500 |
commit | 3d14b56282dc16518aac1825db318d93495785af (patch) | |
tree | 41678941789b616ec884955b8af32da8001a5665 /go.mod | |
parent | 4bb7d7768c17e3c8aee3637793fa1079138bd9e0 (diff) | |
download | podman-3d14b56282dc16518aac1825db318d93495785af.tar.gz podman-3d14b56282dc16518aac1825db318d93495785af.tar.bz2 podman-3d14b56282dc16518aac1825db318d93495785af.zip |
Implement missing arguments for podman build
Buildah bud passes a bunch more flags then podman build.
We need to implement hook up all of these flags to get full functionality.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
<MH: Fix cherry pick conflicts>
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ require ( github.com/containers/common v0.33.4 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.10.2 + github.com/containers/ocicrypt v1.0.3 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.24.6 github.com/coreos/go-systemd/v22 v22.1.0 |