diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-01-07 18:13:39 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-01-07 18:13:39 +0100 |
commit | b88a78a6be765d8786dfd03b704210a0dcf4bcbf (patch) | |
tree | 507a97a1ea113df0ae2b01e63e808ab62f246f7d /vendor.conf | |
parent | 1e4db4b0b8504e93e826d02b6c03cf78f41dcf7a (diff) | |
download | podman-b88a78a6be765d8786dfd03b704210a0dcf4bcbf.tar.gz podman-b88a78a6be765d8786dfd03b704210a0dcf4bcbf.tar.bz2 podman-b88a78a6be765d8786dfd03b704210a0dcf4bcbf.zip |
vendor latest buildah
Pulls in fixes for determining insecure registries by removing redundant
wrapper code and instead using the API of sysregistriesv2 directly.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index c215f8294..9af218d15 100644 --- a/vendor.conf +++ b/vendor.conf @@ -92,7 +92,7 @@ k8s.io/kube-openapi 275e2ce91dec4c05a4094a7b1daee5560b555ac9 https://github.com/ k8s.io/utils 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e https://github.com/kubernetes/utils github.com/mrunalp/fileutils master github.com/varlink/go master -github.com/containers/buildah bb710f39d01868e47224f35f48a128fbea6539c4 +github.com/containers/buildah a4200ae6b590c4b08b223e45513b1894636d1d02 github.com/Nvveen/Gotty master github.com/fsouza/go-dockerclient master github.com/openshift/imagebuilder master |