Antonio Murdaca
9b6b57df50
Merge pull request #284 from runcom/switch-to-vndr
...
switch to vndr
2017-01-09 18:11:22 +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
bbc0c69624
Merge pull request #283 from runcom/oci-digest
...
*: switch to opencontaniners/go-digest
2017-01-09 16:51:47 +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
e41b0d67d6
Merge pull request #282 from runcom/rev-c-image-2
...
bump c/image
2017-01-08 13:26:08 +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
b8ae5c6054
Merge pull request #278 from runcom/up-oci-image
...
update opencontainers/image-spec to v1.0.0-rc3
2016-12-23 12:07:14 +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
3377542e27
Merge pull request #277 from runcom/up-c-image
...
update c/image
2016-12-22 17:59:22 +01:00
Antonio Murdaca
cf5d9ffa49
update c/image
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-12-22 17:43:37 +01:00
Antonio Murdaca
686c3fcd7a
Merge pull request #265 from masters-of-cats/vendor-errorspkg
...
Add pkg/errors dependency
2016-12-19 17:47:15 +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
Antonio Murdaca
fd93ebb78d
Merge pull request #275 from glestaris/patch-1
...
Fix typo in CONTRIBUTING.md
2016-12-16 12:30:43 +01:00
George Lestaris
56dd3fc928
Fix typo
...
Signed-off-by: Gareth Clay <gclay@pivotal.io>
Signed-off-by: George Lestaris <glestaris@pivotal.io>
2016-12-16 10:56:57 +00:00
Antonio Murdaca
d830304e6d
Merge pull request #179 from nalind/vendor-storage
...
Vendor containers/storage
2016-12-15 18:49:51 +01: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
Nalin Dahyabhai
9ba6dd71d7
Initialize reexec() handlers at startup-time
...
When we start up, initialize handlers so that we can import blobs
correctly when using the storage library.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2016-12-09 13:31:54 -05:00
Antonio Murdaca
dd6441b546
Merge pull request #273 from mtrmac/FIXMEs
...
Remove an obsolete FIXME
2016-12-09 17:28:19 +01:00
Miloslav Trmač
09cc6c3199
Remove an obsolete FIXME
...
With https://github.com/containers/image/pull/183 , this no longer
applies.
2016-12-09 17:10:32 +01:00
Antonio Murdaca
7f7b648443
Merge pull request #272 from runcom/bump-v0.1.17-and-again
...
Bump v0.1.17 and again to v0.1.18-dev
2016-12-08 21:15:36 +01:00
Antonio Murdaca
cc571eb1ea
bump to v0.1.18-dev
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-12-08 20:58:26 +01:00
Antonio Murdaca
b3b4e2b8f8
bump to v0.1.17
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-12-08 20:58:03 +01:00
Antonio Murdaca
28647cf29f
Merge pull request #271 from runcom/fix-nokey-err
...
provide better error when key not found
2016-12-08 19:49:49 +01: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
a515fefda9
Merge pull request #264 from runcom/split-flags
...
cmd: per command tls flags
2016-12-08 18:12:11 +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
Antonio Murdaca
93cde78d9b
cmd/skopeo: hide layers command
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-12-08 17:56:22 +01:00
Antonio Murdaca
1730fd0d5f
Merge pull request #269 from nalind/buildtags
...
Makefile: run "go" with $(BUILDTAGS)
2016-12-08 17:10:45 +01:00
Nalin Dahyabhai
7d58309a4f
Makefile: run "go" with $(BUILDTAGS)
...
Run the "go" command with the $(BUILDTAGS) makefile variable passed in
as build tags. We don't currently set it, but we'll need to eventually,
and adding it now does no harm.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2016-12-08 10:49:36 -05:00
Antonio Murdaca
a865c07818
Merge pull request #267 from cyphar/vendor-image
...
vendor: update to containers/image@a791c54467
2016-12-08 10:03:48 +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
Miloslav Trmač
2b3af4ad51
Merge pull request #266 from runcom/update-readme-contrib
...
README.md: add dependencies management tips
2016-12-05 17:38:21 +01:00
Antonio Murdaca
6ec338aa30
README.md: add dependencies management tips
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-12-05 13:07:20 +01:00
Antonio Murdaca
fb61d0c98f
Merge pull request #262 from runcom/fix-quay-io
...
docker: fix ping routine
2016-12-02 19:16:31 +01:00
Antonio Murdaca
7620193722
docker: fix ping routine
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-12-02 19:00:38 +01:00
Miloslav Trmač
f8bd406deb
Merge pull request #261 from runcom/fix-inline-df-comments
...
Revert "Dockerfile: remove inline comments"
2016-12-02 18:28:40 +01:00
Antonio Murdaca
d9b60e7fc9
Revert "Dockerfile: remove inline comments"
...
This reverts commit 3dcdb1ff7d
.
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-12-01 22:03:10 +01:00
Miloslav Trmač
d0a41799da
Merge pull request #260 from runcom/rerevendor-cimage
...
revendor containers/image
2016-12-01 19:19:44 +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
980ff3eadd
Merge pull request #249 from runcom/layers-federation
...
Support layers federation
2016-11-30 22:14:30 +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
6b616d1730
Merge pull request #256 from rhatdan/bash_completions
...
Complete bash completions for skopeo
2016-11-30 19:39:25 +01:00
Dan Walsh
6dc36483f4
Complete bash completions for skopeo
...
Current code only handled commands not the options.
2016-11-30 13:22:57 -05:00
Antonio Murdaca
574b764391
Merge pull request #257 from runcom/revendor-cimage
...
revendor containers/image
2016-11-30 18:24:05 +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
7cca84ba57
Merge pull request #254 from runcom/enable-cli-userpass
...
use user/pass flags
2016-11-30 17:29:48 +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
Antonio Murdaca
d69c51e958
Merge pull request #248 from Crazykev/use-docker-digest
...
Use docker/distribution/digest
2016-11-28 17:31:33 +01:00
Crazykev
8b73542d89
use docker/distribution/digest
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
2016-11-28 16:14:51 +00:00
Crazykev
1c76bc950d
update containers/image vendor
...
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
2016-11-28 11:36:18 +00:00