diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-08-30 17:27:54 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-31 09:49:56 +0000 |
commit | 82a6b373a59b82532263b19c0a8abff9af4a96db (patch) | |
tree | 91934da398777b1758042ee8c83cd12473c08ff0 /vendor/github.com/projectatomic/buildah/vendor.conf | |
parent | 89a580b374250b48858763295ea5de0f4858e644 (diff) | |
download | podman-82a6b373a59b82532263b19c0a8abff9af4a96db.tar.gz podman-82a6b373a59b82532263b19c0a8abff9af4a96db.tar.bz2 podman-82a6b373a59b82532263b19c0a8abff9af4a96db.zip |
Vendor in latest containers/storage and containers/image
Update container/image to address a commit error when copying layers and metadata.
This change may require users to recreate containers.
container/storage added some new lock protection to prevent possible deadlock and
data corruption.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1381
Approved by: mheon
Diffstat (limited to 'vendor/github.com/projectatomic/buildah/vendor.conf')
-rw-r--r-- | vendor/github.com/projectatomic/buildah/vendor.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/projectatomic/buildah/vendor.conf b/vendor/github.com/projectatomic/buildah/vendor.conf index ec1d5ec9c..870fb4bdd 100644 --- a/vendor/github.com/projectatomic/buildah/vendor.conf +++ b/vendor/github.com/projectatomic/buildah/vendor.conf @@ -4,8 +4,8 @@ github.com/BurntSushi/toml master github.com/containerd/continuity master github.com/containernetworking/cni v0.7.0-alpha1 github.com/seccomp/containers-golang master -github.com/containers/image 216acb1bcd2c1abef736ee322e17147ee2b7d76c -github.com/containers/storage 17c7d1fee5603ccf6dd97edc14162fc1510e7e23 +github.com/containers/image 5df44e095ed826fbe2beeaabb329c749d7d6c3b6 +github.com/containers/storage 9fcbb57eb6c732e7b67003bb8ed861f169d33d63 github.com/docker/distribution 5f6282db7d65e6d72ad7c2cc66310724a57be716 github.com/docker/docker 86f080cff0914e9694068ed78d503701667c4c00 github.com/docker/docker-credential-helpers d68f9aeca33f5fd3f08eeae5e9d175edf4e731d1 @@ -46,12 +46,12 @@ github.com/containers/libpod d20f3a51463ce75d139dd830e19a173906b0b0cb github.com/sirupsen/logrus master github.com/syndtr/gocapability master github.com/tchap/go-patricia master +github.com/ulikunitz/xz v0.5.4 github.com/urfave/cli 934abfb2f102315b5794e15ebc7949e4ca253920 github.com/vbatts/tar-split v0.10.2 github.com/xeipuuv/gojsonpointer master github.com/xeipuuv/gojsonreference master github.com/xeipuuv/gojsonschema master -github.com/ulikunitz/xz v0.5.4 golang.org/x/crypto master golang.org/x/net master golang.org/x/sys master |