summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-08 08:03:40 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-21 17:31:28 -0400
commit3b75599096cb9cafb2d6942cdc1b15159d714f50 (patch)
tree4161668175a6b21f9208deb087634637f3ee765c /recipes-containers
parent418b05846eecb74e0caba6dc579a5fd6d9be6cf4 (diff)
downloadmeta-virtualization-3b75599096cb9cafb2d6942cdc1b15159d714f50.tar.gz
skopeo: update to 1.6.1
Bumping skopeo to version v1.6.1-10-g3e2defd6, which comprises the following commits: 52002728 Update github.com/containerd/containerd 0ad25b2d Bump github.com/containers/image/v5 from 5.19.1 to 5.20.0 8cbfcc82 do not recommend upgrading all packages 370be7e7 Improve a comment in the 010-inspect.bats test 73edfb82 Move to v1.7.0-dev 49084d2c Bump to v1.6.1 23183072 Work around systemd-resolved's handling of .invalid domains 3be97ce2 Beautify a few calls 49d9fa9f Only look for the layer digests in the Layers field. 77363128 Don't expect the config blob to be listed in (skopeo inspect) 0f363498 Cirrus: Use updated VM images 27b77f2b Bump c/common to v0.47.4 de714082 tests: skip sif test on RHEL 697ef595 Bump to v1.6.1-dev e4b79d77 Release v1.6.0 162bbab3 Bump version of containers/image and containers/common 004519f1 Improve the documentation of boolean flags 9db60ec0 Document where various fields of (skopeo inspect) come from cb74933b Improve the documentation of the argument to (skopeo inspect) 7f4db3db Update vendor of containers/storage and containers/common a4476c35 add a SIF systemtest 042f4816 Update vendor of containers/common bd8ed664 Github workflow: Fix yaml syntax b51707d5 Bump github.com/containers/storage from 1.38.0 to 1.38.1 bb49923a prompt-less signing via passphrase file cd58349b Github-workflow: Report both failures and errors 2858904e Run codespell on code 923c58a8 Update the vendor of containers/common 1bf18b7e Bump github.com/containers/storage from 1.37.0 to 1.38.0 d32c56b4 Update github.com/containerd/containerd to 1.5.9 6007e792 Fix the pseudo-version of github.com/opencontainers/image-spec 5aa06a51 Update github.com/opencontainers/runc to v1.0.3 f6a84289 Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 c5b45c6c Bump github.com/docker/docker c582c484 Add option to preserve digests on copy 2046bfda Add option to preserve digests on copy e7dc5e79 proxy: Also bump compatible semver 3606b2d1 proxy: Add a GetFullConfig method 5c82c772 Update github.com/containerd/containerd to v1.5.8 37d801c9 Update opencontainers/image-spec d9401546 Add an option to allow copying image indexes alone 4dcd28df Use a dynamic temp dir for test Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index df8ec372..f3217dbf 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -27,8 +27,8 @@ SRC_URI = " \
27 file://registries.conf \ 27 file://registries.conf \
28" 28"
29 29
30SRCREV = "1d24e657fa4a07a39939391902f8030f37716c32" 30SRCREV = "3e2defd6d37b742adde2aac6cb01f6c3c17da8e2"
31PV = "v1.5.2+git${SRCPV}" 31PV = "v1.6.1+git${SRCPV}"
32GO_IMPORT = "import" 32GO_IMPORT = "import"
33 33
34S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"