diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-02-05 13:08:15 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-02-08 08:39:18 -0500 |
commit | 407e86dcd2d9d08827dc8029e826e6545aa1a994 (patch) | |
tree | a7357ec5a600156c9bc8f12a44ff1c830d2eb52b /vendor/modules.txt | |
parent | 69ddbde9835159b19fab33f1dd22353e4b1ca484 (diff) | |
download | podman-407e86dcd2d9d08827dc8029e826e6545aa1a994.tar.gz podman-407e86dcd2d9d08827dc8029e826e6545aa1a994.tar.bz2 podman-407e86dcd2d9d08827dc8029e826e6545aa1a994.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>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index ef33a0dcc..e8604daab 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -159,6 +159,7 @@ github.com/containers/libtrust github.com/containers/ocicrypt github.com/containers/ocicrypt/blockcipher github.com/containers/ocicrypt/config +github.com/containers/ocicrypt/helpers github.com/containers/ocicrypt/keywrap github.com/containers/ocicrypt/keywrap/jwe github.com/containers/ocicrypt/keywrap/pgp |