summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-11-30 14:30:06 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-30 14:59:07 -0500
commit0846bddaef72084844c4339681611b50ed66d1aa (patch)
tree391d9623a2102e7ef9a067bbdb1a863d62a11b23 /recipes-containers
parentef6d70eeafe9a443efdd61d61db1ea1b653a91ae (diff)
downloadmeta-virtualization-0846bddaef72084844c4339681611b50ed66d1aa.tar.gz
skopeo: update to v1.5.2
Bumping skopeo to version v1.5.2-3-g1d24e657, which comprises the following commits: 4dcd28df Use a dynamic temp dir for test 789ee8be Bump to 1.5.3-dev 8a88191c Release 1.5.2 69728fdf Update to c/image v5.17.0 47066f2d Cirrus: Bump Fedora to release 35 & Ubuntu to 21.10 adfa1d4e Bump github.com/docker/docker 05a2ed49 proxy: Uncapitalize all errors e9535f86 tests: Add new "procutils" that exposes PDEATHSIG fa86297c proxy_test: Test `GetConfig` 2bb6f27d proxy_test: Add helper to read all from a reply f90725d8 proxy_test: Add a helper method to call without fd 644074cb proxy: Add support for manifest lists 83416068 tests/integration/proxy_test: New test that exercises `proxy.go` a3adf36d proxy: Use float → int helper for pipeid 6510f101 proxy: Add a helper to return a byte array e7b7be57 proxy: Add an API to fetch the config upconverted to OCI 942cd6ec Fix bug that prevented useful diagnostics on registry fail 41de7f2f use fedora:latest in contrib/skopeoimage/*/Dockerfile c264cec3 Move to v1.5.2-dev 2b357d82 Bump to v1.5.1 4acc9f0d main: Error out if an unrecognized subcommand is provided 7885162a move optional-flag code to c/common/pkg/flag 36d860eb Add --dest-precompute-digests option for docker c8777f3b bump containers/image to 2541165 985d4c09 Add instructions to generate static binaries 11b59898 Add new `experimental-image-proxy` hidden command 2144a37c issue#785 inspect command - introduce a way to skip querying available tags for an image 60c98cac Document container images as an alternative to installing packages 89ecd5a4 Introduce --username and --password to pass credentials 119eeb83 Move to v1.5.1-dev 209a9931 Bump to v1.5.0 3e4d4a48 Bump github.com/containers/image/v5 from 5.16.0 to 5.16.1 3a97a0c0 Bump github.com/docker/docker ff88d3fc Remove leftover Nix packaging files e19b57c3 Update github.com/containerd/containerd to v1.5.7 b950f83c issue#1466 - Introduce a --keep-going option to allow "sync" command to continue syncing even after a particular image sync fails 12d01037 Bump github.com/containers/storage from 1.36.0 to 1.37.0 e0c53dfd Update installation doc with latest steps aba57a88 Makefile: drop nix support 93c42bcd Bump github.com/containers/common from 0.45.0 to 0.46.0 c0f07d3d Bump github.com/containers/common from 0.44.1 to 0.45.0 0ce7081e Bump github.com/containers/common from 0.44.0 to 0.44.1 52dafe8f Update to github.com/vbauerster/mpb v7.1.5 ee8b8e77 Explain the usage of DISABLE_DOCS in the installation doc 1d204fb1 Update VM Images + Drop prior-ubuntu references 61310777 issue#1411 Introduce DISABLE_DOCS to skip doc generation while building from source ed96bf04 Bump github.com/containers/common from 0.43.2 to 0.44.0 a837fbe2 Bump github.com/containers/storage from 1.35.0 to 1.36.0 9edeb69f Remove the extra (defaults to true) help msg a2d083ca Bump github.com/containers/image/v5 from 5.15.2 to 5.16.0 0e87d4d1 Run (gofmt -s -w) c399909f Update non-module dependencies 102e2143 Bump github.com/containers/image/v5 from 5.15.1 to 5.15.2 7d5ef9d9 Bump github.com/containers/common from 0.43.1 to 0.43.2 70eaf171 Add OWNERS file 61969472 Bump github.com/containers/image/v5 from 5.15.0 to 5.15.1 ec1ac5d0 Bump github.com/containers/storage from 1.34.0 to 1.34.1 082db20f Bump github.com/containers/common from 0.43.0 to 0.43.1 8dce403b Add codespell fixes f6ae7865 systemtests: if registry times out, show container logs 9acb8b6a Bump github.com/containers/common from 0.42.1 to 0.43.0 a23b9f53 Bump github.com/containers/storage from 1.33.2 to 1.34.0 be821b4f Bump github.com/containers/storage from 1.33.1 to 1.33.2 ab87b15f Cirrus: Run checks directly on the host 1aa98bab Github: Add workflow to monitor Cirrus-Cron builds fbf96998 Bump github.com/docker/docker a3bb1cc5 Bump github.com/containers/common from 0.42.0 to 0.42.1 0667a1e0 Bump to 1.4.1-dev Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index 77a187e0..df8ec372 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -21,14 +21,14 @@ RDEPENDS:${PN} = " \
21" 21"
22 22
23SRC_URI = " \ 23SRC_URI = " \
24 git://github.com/containers/skopeo;branch=release-1.4;protocol=https \ 24 git://github.com/containers/skopeo;branch=main;protocol=https \
25 file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \ 25 file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \
26 file://storage.conf \ 26 file://storage.conf \
27 file://registries.conf \ 27 file://registries.conf \
28" 28"
29 29
30SRCREV = "01e51ce610e3cfe1230a10af982e962c4ad1c990" 30SRCREV = "1d24e657fa4a07a39939391902f8030f37716c32"
31PV = "v1.4.1+git${SRCPV}" 31PV = "v1.5.2+git${SRCPV}"
32GO_IMPORT = "import" 32GO_IMPORT = "import"
33 33
34S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"