Giuseppe Scrivano
47e5d0cd9e
vendor.conf: add ostree-go
...
it is used by containers/image for pulling images to the OSTree storage.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2017-06-14 15:35:34 +02:00
Antonio Murdaca
6d3f523c57
fail early when image os doesn't match host os
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-06-06 13:40:16 +02:00
Miloslav Trmač
63272a10d7
Vendor after merging mtrmac/image:docker-certs.d
2017-05-30 18:26:43 +02:00
Antonio Murdaca
405b912f7e
update image-spec to v1.0.0-rc6
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-05-24 16:35:57 +02:00
Miloslav Trmač
ffb01385dd
Vendor after merging https://github.com/containers/image/pull/275
2017-05-17 17:12:23 +02:00
Miloslav Trmač
69b9106646
Re-vendor, primarily for https://github.com/containers/storage/pull/11
...
containers/storage got new dependencies, so we will need to re-vendor
eventually anyway, and having this separate from other major work is
cleaner.
But the primary goal of this commit is to see whether it makes skopeo
buildable on OS X.
2017-05-11 13:07:14 +02:00
Miloslav Trmač
03233a5ca7
Vendor after merging mtrmac/image:docker-push-to-tag
2017-05-10 12:13:24 +02:00
Antonio Murdaca
dd13a0d60b
oci: update to image-spec v1 RC5
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-05-10 11:35:16 +02:00
Miloslav Trmač
1ee776b09b
Vendor after merging mtrmac/image:schema12
2017-05-09 15:07:49 +02:00
Antonio Murdaca
88ea901938
vendor c/image to fix docker-daemon -> containers-storage copy
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-05-06 12:09:29 +02:00
Giuseppe Scrivano
1d5c681f0f
skopeo: support copy to OSTree storage
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com >
2017-04-24 20:23:45 +02:00
Aleksa Sarai
3b699c5248
vendor: update c/i@fb36437e0f
...
This change includes the docker-archive: transport, allowing for
entirely local manipulation of Docker images.
Signed-off-by: Aleksa Sarai <asarai@suse.de >
2017-04-13 23:58:45 +10:00
Antonio Murdaca
ceacd8d885
revendor c/image for OCIConfig
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-04-04 17:49:51 +02:00
Miloslav Trmač
e86ff0e79d
Vendor after merging mtrmac/image:change-sigstore-layout
2017-04-03 23:26:18 +02:00
Miloslav Trmač
593bdfe098
Vendor after merging mtrmac/image:x-registry-supports-signatures
2017-03-30 19:35:36 +02:00
Miloslav Trmač
0caee746fb
Vendor after merging mtrmac/image:openpgp, + other updates
...
Primarily vendor after merging mtrmac/image:openpgp.
Then update for the SigningMechanism API change.
Also skip signing tests if the GPG mechanism does not support signing.
Also abort some of the tests early instead of trying to use invalid (or
nil) values.
The current master of image-tools does not build with Go 1.6, so keep
using an older release.
Also requires adding a few more dependencies of our updated
dependencies.
2017-03-29 20:54:18 +02:00
Antonio Murdaca
f89bd82dcd
fix copy panic on http response with tls-verify true
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-03-03 23:59:59 +01:00
Antonio Murdaca
85d737fc29
vendor c/image for pluggable transports
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-03-02 15:21:58 +01:00
Erik Hollensbe
f0730043c6
vendor.conf,vendor: vndr update for containers/image
...
Signed-off-by: Erik Hollensbe <github@hollensbe.org >
2017-02-27 02:15:36 -08:00
Aleksa Sarai
94d6767d07
vendor: update to c/i@3f493f2e5d
...
This includes fixes to docker-daemon's GetBlob, which will now
decompress blobs (making c/i/copy act sanely when trying to copy from a
docker-daemon to uncompressed destinations, as well as making
verification actually work properly).
Signed-off-by: Aleksa Sarai <asarai@suse.de >
2017-02-17 23:45:05 +11:00
Aleksa Sarai
eea384cdf7
integration: add upstream validator to OCI roundtrip tests
...
In order to make sure that we don't create invalid OCI images that are
consistently invalid, add additional checks to ensure that both of the
generated OCI images in the round-trip test are valid according to the
upstream validator.
This commit vendors the following packages (deep breath):
* oci/image-tools@7575a09363 , which requires
* oci/image-spec@v1.0.0-rc4 [revendor, but is technically an update
because I couldn't figure out what version was vendored last time]
* oci/runtime-spec@v1.0.0-rc4
* xeipuuv/gojsonschema@6b67b3fab7
* xeipuuv/gojsonreference@e02fc20de9
* xeipuuv/gojsonpointer@e0fe6f6830
* camlistore/go4@7ce08ca145
Signed-off-by: Aleksa Sarai <asarai@suse.de >
2017-02-16 22:48:32 +11: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
02ea29a99d
oci: fix config conversion from docker v2s2
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-01-31 18:25:18 +01:00
Antonio Murdaca
03bb3c2f74
docker: remove github.com/docker/engine-api
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-01-31 17:09:02 +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
15b3fdf6f4
fix OCI image-spec dependency
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-01-28 12:53:41 +01:00
Miloslav Trmač
076d41d627
Vendor after merging mtrmac/image:unverified-contents
2017-01-23 16:45:03 +01:00
Miloslav Trmač
2f8cc39a1a
Vendor after merging mtrmac/image:ParseNormalizedNamed
...
… and use the master branch of docker/distribution which provides
docker/distribution/reference.ParseNormalizedNamed.
2017-01-19 23:11:08 +01:00
Erik Hollensbe
1ee74864e9
Vendor after merging erikh/image:kube-fix
...
Based on https://github.com/projectatomic/skopeo/pull/289 by Erik
Hollensbe <github@hollensbe.org >
Signed-off-by: Miloslav Trmač <mitr@redhat.com >
2017-01-19 20:17:36 +01:00
Antonio Murdaca
fefeeb4c70
switch to vndr
...
vndr is almost exactly the same as our old good hack/vendor.sh. Except
it's cleaner and it allows to re-vendor just one dependency if needed
(which we do a lot for containers/image).
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-01-09 17:54:17 +01:00
Antonio Murdaca
dcfcfdaa1e
*: switch to opencontaniners/go-digest
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-01-09 16:20: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
7c530bc55f
update opencontainers/image-spec to v1.0.0-rc3
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-12-23 11:39:27 +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
0c8511f222
provide better error when key not found
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-12-08 18:51:30 +01: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
Antonio Murdaca
1e795e038b
revendor containers/image
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-11-30 18:07:35 +01:00
Antonio Murdaca
342ba18561
use user/pass flags
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-11-30 17:10:42 +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
69e08d78ad
Pull in schema1 and docker-daemon
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-10-21 16:48:39 +02:00
Antonio Murdaca
a48f7597e3
vendor containers/image for better registry errors
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-10-12 14:53:46 +02: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
7f757cd253
vendor contianers/image with docker/docker/reference forked
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2016-10-11 17:42:19 +02:00