umohnani8
bf6812ea86
[DO NOT MERGE] Modify skopeo tests
...
The oci name changes in containers/image caused the skopeo test to fail
Signed-off-by: umohnani8 <umohnani@redhat.com >
2017-08-31 12:02:57 -04:00
Mrunal Patel
6f3ed0ecd9
Update dependencies to change to logrus 1.0.0
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com >
2017-08-04 10:22:59 -07:00
Miloslav Trmač
2c1ede8449
Update to image-spec v1.0.0 and revendor
2017-07-19 23:50:50 +02:00
Antonio Murdaca
2874584be4
vendor c/image: fix auth handlers
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-07-18 17:14:35 +02:00
Miloslav Trmač
63272a10d7
Vendor after merging mtrmac/image:docker-certs.d
2017-05-30 18:26:43 +02:00
Miloslav Trmač
593bdfe098
Vendor after merging mtrmac/image:x-registry-supports-signatures
2017-03-30 19:35:36 +02:00
Aleksa Sarai
79ef111398
vendor: update c/image@a074c669cf
...
This includes fixes required to add OCI roundtrip integration tests
(namely f9214e1d9d5d ("oci: remove MIME type autodetection")).
Signed-off-by: Aleksa Sarai <asarai@suse.de >
2017-02-16 21:22:37 +11:00
Antonio Murdaca
683d45ffd6
vendor c/image@c1893ff40c
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-02-02 17:23:47 +01:00
Antonio Murdaca
c736e69d48
docker: fix registry authentication issues
...
vendor containers/image@d23efe9c5a
fix https://bugzilla.redhat.com/show_bug.cgi?id=1413987
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-01-30 16:43:00 +01:00
Antonio Murdaca
1ec992abd1
bump c/image
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-01-08 13:10:07 +01:00
Antonio Murdaca
cf5d9ffa49
update c/image
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-12-22 17:43:37 +01:00
George Lestaris
78a24cea81
Vendors new containers/image version using pkg/errors
...
Signed-off-by: George Lestaris <glestaris@pivotal.io >
2016-12-19 16:25:50 +00:00
Nalin Dahyabhai
4960f390e2
Vendor containers/storage, update containers/image
...
Vendor containers/storage, and its dependencies github.com/pborman/uuid
and github.com/mistifyio/go-zfs, which we didn't already use.
Update the build Dockerfile to install their dependencies.
Add scriptlets that try to detect whether or not we need to use the
"libdm_no_deferred_remove" and/or "btrfs_noversion" build tags.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com >
2016-12-15 12:29:07 -05:00
Antonio Murdaca
1215f5fe69
cmd: per command tls flags
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-12-08 17:56:22 +01:00
Aleksa Sarai
cd269a4558
vendor: update to containers/image@a791c54467
...
Signed-off-by: Aleksa Sarai <asarai@suse.de >
2016-12-08 12:32:36 +11:00
Antonio Murdaca
7620193722
docker: fix ping routine
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-12-02 19:00:38 +01:00
Antonio Murdaca
dcc5395140
revendor containers/image
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-12-01 19:03:10 +01:00
Antonio Murdaca
f36fde92d6
Supports layers federation
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-11-30 19:46:54 +01:00
Crazykev
1c76bc950d
update containers/image vendor
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn >
2016-11-28 11:36:18 +00:00
Antonio Murdaca
5721355da7
vendor containers/iamge for DockerRegistryUserAgent
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-10-11 18:23:09 +02:00
Antonio Murdaca
f957e894e6
vendor containers/image for DockerAuthConfig
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-10-11 12:12:45 +02:00
Antonio Murdaca
dc1e560d4e
vendor containers/image
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-10-10 19:46:10 +02:00
Antonio Murdaca
fb51eb21e8
vendor containers/image
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-09-27 20:59:34 +02:00
Antonio Murdaca
c84203bdd5
add progress bars during copy
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-09-26 15:59:37 +02:00
Miloslav Trmač
623865c159
Vendor after merging mtrmac/image:tls-verification
2016-09-13 19:25:42 +02:00
Miloslav Trmač
f46da343e2
Vendor after merging in mtrmac/image:docker-lookaside
2016-09-12 21:13:34 +02:00
Miloslav Trmač
e8794bd9ff
Vendor after merging in mtrmac/image:api-changes
...
... and update for the API changes.
2016-09-06 15:37:39 +02:00
Miloslav Trmač
4055442da5
Vendor after merging mtrmac/image:api-changes
...
... and update for the API changes.
NOTE: This keeps the old dangerous tlsVerify semantics.
2016-08-31 21:26:42 +02:00
Miloslav Trmač
c9fbb6c1ab
Vendor after merging mtrmac/image:openshift-native-signatures and update API use
...
Update copy.go for signature implementation change
Now we need to push the manifest first, and only afterwards the
signatures.
2016-08-01 20:44:16 +02:00
Miloslav Trmač
b806001e18
Vendor after merging mtrmac/image:reference-abstraction and update API use
...
directory.NewReference now can fail.
2016-07-18 21:20:51 +02:00
Antonio Murdaca
2e8bcf65f6
*: move to containers/image
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-06-27 17:17:13 +02:00