umohnani8
c520041b83
Vendor in changes made to containers/image
...
containers/image returns a more detailed error message for oci and
oci-archive transports when the syntax given by the user is incorrect
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
2018-04-11 15:58:41 -04:00
Miloslav Trmač
e626fca6a7
Merge pull request #493 from mtrmac/context-everywhere
...
Update for API changes in containers/image#431
2018-04-10 19:30:07 +02:00
Miloslav Trmač
92b6262224
Update for adding context.Context to containers/image API
...
In addition to the minimum necessary to update the API, also rename some
parameters/variables for consistency:
c *cli.Context
ctx context.Context
sys *types.SystemContext
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2018-04-10 19:08:49 +02:00
Miloslav Trmač
e8dea9e770
Vendor after merging https://github.com/novas0x2a/image:context-everywhere
2018-04-10 19:08:37 +02:00
Miloslav Trmač
28080c8d5f
Merge pull request #487 from jlsalmon/configure-daemon-host
...
Support host configuration for docker-daemon sources and destinations
2018-04-07 06:28:05 +02:00
Justin Lewis Salmon
0cea6dde02
Support host configuration for docker-daemon sources and destinations
...
This PR adds CLI support for overriding the default docker daemon host when using the
`docker-daemon` transport.
Fixes #244
Signed-off-by: Justin Lewis Salmon <justin.lewis.salmon@gmail.com>
2018-04-07 14:14:32 +10:00
Miloslav Trmač
22482e099a
Merge pull request #490 from mtrmac/storage-api-revendor
...
Vendor after merging containers/image#436
2018-04-05 21:53:18 +02:00
Miloslav Trmač
7aba888e99
Vendor after merging containers/image#436
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2018-04-05 21:33:04 +02:00
Miloslav Trmač
c61482d2cf
Merge pull request #486 from runcom/bump-0.1.29
...
Bump 0.1.29
2018-03-29 15:40:29 +02:00
Antonio Murdaca
db941ebd8f
version: bump v0.1.30-dev
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2018-03-29 15:03:29 +02:00
Antonio Murdaca
7add6fc80b
version: bump v0.1.29
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2018-03-29 15:03:14 +02:00
Miloslav Trmač
eb9d74090e
Merge pull request #485 from nlewo/pr/docker-archive-legacy
...
Add Docker legacy archive support
2018-03-28 22:38:49 +02:00
Antoine Eiche
61351d44d7
Vendor after merging https://github.com/containers/image/pull/370
...
Signed-off-by: Antoine Eiche <lewo@abesis.fr>
2018-03-28 18:46:26 +02:00
Miloslav Trmač
aa73bd9d0d
Update for changed PutBlob API
...
Signed-off-by: Antoine Eiche <lewo@abesis.fr>
2018-03-28 18:46:14 +02:00
Miloslav Trmač
b08350db15
Merge pull request #477 from mtrmac/305-cleanup
...
Vendor mtrmac/image:305-cleanup
2018-03-15 16:17:46 +01:00
Miloslav Trmač
f63f78225d
Update for types.Image.Inspect output change
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2018-03-15 15:26:00 +01:00
Miloslav Trmač
60aa4aa82d
Vendor after merging mtrmac/image:305-cleanup
...
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2018-03-15 15:25:31 +01:00
Miloslav Trmač
37264e21fb
Merge pull request #483 from lsm5/contrib-storage
...
add storage.conf and manpage in contrib/
2018-03-12 19:07:12 +01:00
Lokesh Mandvekar
fe2591054c
add storage.conf and manpage in contrib/
...
These files are used by deb and rpm packages, so I'd rather have them
upstream than maintain in 2 separate places.
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2018-03-12 13:28:43 -04:00
Miloslav Trmač
fd0c3d7f08
Merge pull request #482 from umohnani8/gzip
...
Vendor in latest containers/image
2018-03-09 04:08:37 +01:00
umohnani8
b325cc22b8
Vendor in latest containers/image
...
Adds support to handle compressed docker-archive files
Signed-off-by: umohnani8 <umohnani@redhat.com>
2018-03-08 15:42:28 -05:00
Miloslav Trmač
5f754820da
Merge pull request #479 from umohnani8/dir
...
Fix skopeo tests with changes to dir transport
2018-02-22 17:08:40 +01:00
umohnani8
43acc747d5
Fix skopeo tests with changes to dir transport
...
The dir transport has been changed to save the blobs without the .tar extension
Fixes the skopeo tests failing due to this change
Signed-off-by: umohnani8 <umohnani@redhat.com>
2018-02-22 10:50:22 -05:00
Daniel J Walsh
b3dec98757
Merge pull request #476 from jonboulle/fixbuild
...
Dockerfile: bump to ubuntu 17.10
2018-02-12 14:36:15 -05:00
Jonathan Boulle
b1795a08fb
Dockerfile: bump to ubuntu 17.10
...
17.04 is EOLed and no longer works.
Signed-off-by: Jonathan Boulle <jonathanboulle@gmail.com>
2018-02-12 19:58:11 +01:00
Antonio Murdaca
1307cac0c2
Merge pull request #468 from mtrmac/oci-schema-rebase
...
Re-vendor, notably opencontainers/image-spec to fix tests
2018-02-09 20:16:42 +01:00
Miloslav Trmač
dc1567c8bc
Re-vendor, and use mtrmac/image-spec:id-based-loader to fix tests
...
Anyone running (vndr) currently ends up with failing tests in OCI schema
validation because gojsonschema has fixed its "$ref" interpretation, exposing
inconsistent URI usage inside image-spec/schema.
So, this runs (vndr), and uses mtrmac/image-spec:id-based-loader
( https://github.com/opencontainers/image-spec/pull/739 ) to make the tests pass
again. As soon as that PR is merged we should revert to using the upstream
image-spec repo again.
2018-02-09 18:34:31 +01:00
Antonio Murdaca
22c524b0e0
Merge pull request #474 from runcom/bump-0.1.28
...
Bump 0.1.28
2018-01-31 16:23:15 +01:00
Antonio Murdaca
9a225c3968
version: bump to v0.1.29-dev
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2018-01-31 16:01:51 +01:00
Antonio Murdaca
0270e5694c
version: bump to v0.1.28
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2018-01-31 16:01:27 +01:00
Miloslav Trmač
4ff902dab9
Merge pull request #470 from giuseppe/revendor-containers-image-2
...
vendor: bump containers/image and containers/image
2018-01-22 16:38:19 +01:00
Giuseppe Scrivano
64b3bd28e3
vendor: bump containers/image and containers/image
...
Update containers/image and containers/storage to the current master
revisions.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-01-17 15:47:07 +01:00
Miloslav Trmač
d8e506c648
Merge pull request #372 from nalind/storage-update
...
Bump containers/storage and containers/image
2018-01-04 16:39:23 +01:00
Nalin Dahyabhai
aa6c809e5a
Bump containers/image and containers/image
...
Update containers/image and containers/storage to the current master
revisions.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-12-15 13:36:23 -05:00
Miloslav Trmač
1c27d6918f
Merge pull request #466 from nalind/update-storage
...
Bump containers/storage and containers/image
2017-12-14 12:21:08 +01:00
Nalin Dahyabhai
9f2491694d
Bump containers/storage and containers/image
...
Re-vendor containers/storage to current revision
0d32dfce498e06c132c60dac945081bf44c22464, and containers/image to
current revision c8bcd6aa11c62637c5a7da1420f43dd6a15f0e8d.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-12-13 11:03:37 -05:00
Miloslav Trmač
14245f2e24
Merge pull request #461 from jonjohnsonjr/patch-1
...
Update README.md
2017-11-30 16:36:54 +01:00
jonjohnsonjr
8a1d480274
Update README.md
...
Fix OCI image spec link.
2017-11-29 14:08:38 -08:00
Miloslav Trmač
78b29a5c2f
Merge pull request #460 from giuseppe/revendor-containers-image
...
vendor: revendor containers/image
2017-11-25 13:30:45 +01:00
Giuseppe Scrivano
20d31daec0
vendor: revendor containers/image
...
Include last changes in the ostree driver.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-11-24 22:23:47 +01:00
Antonio Murdaca
5a8f212630
Merge pull request #458 from runcom/bump-v0.1.27
...
Bump v0.1.27
2017-11-22 02:27:18 +01:00
Antonio Murdaca
34e77f9897
version: bump to v0.1.28-dev
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-11-22 01:53:39 +01:00
Antonio Murdaca
93876acc5e
version: bump to v0.1.27
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-11-22 01:53:19 +01:00
Daniel J Walsh
031283efb1
Merge pull request #456 from rhatdan/master
...
Cleanup skopeo man page and README.md
2017-11-21 13:07:04 -05:00
Daniel J Walsh
23c54feddd
Cleanup skopeo man page and README.md
...
Fix spelling mistakes
Fix reference to garbage collection on the container registry server.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-11-21 11:38:48 -05:00
Miloslav Trmač
04e04edbfe
Merge pull request #453 from umohnani8/creds
...
Use credentials from authfile for skopeo commands
2017-11-21 17:22:44 +01:00
Urvashi Mohnani
cbedcd967e
Use credentials from authfile for skopeo commands
...
skopeo copy, delete, and inspect can now use credentials stored in the auth file
by the kpod login command
e.g kpod login docker.io -> skopeo copy dir:mydir docker://username/image
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
2017-11-21 10:33:59 -05:00
Miloslav Trmač
fa08bd7e91
Merge pull request #454 from nalind/update-storage
...
Update to a newer containers/storage master
2017-11-21 03:43:46 +01:00
Nalin Dahyabhai
874d119dd9
Update to a newer containers/storage master
...
Bump containers/storage to master=138cddaf9d6b3910b18de44a017417f60bff4e66
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-11-16 18:38:09 -05:00
Miloslav Trmač
eb43d93b57
Merge pull request #420 from mtrmac/manifest-lists
...
Support copying a single image from manifest lists
2017-11-16 17:05:08 +01:00