From 1f5bcbee0f14b3f5546dfe78fba22e2e7076d49a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 23 Mar 2026 15:45:56 +0000 Subject: skopeo: update to v1.22.0 Bumping skopeo to version v1.22.0-1-gfd3ba47e, which comprises the following commits: 23dddaad [release-1.22] Bump Skopeo to v1.22.0 0b40dee0 [release-1.22] Update tests for a changed error message 3b6f2539 [release-1.22] Document the default of --retry-times 99298b6a [release-1.22] chore: fix function name in comment d0289b25 [release-1.22] Bump common 0.67.0, image 5.39.1, storage 1.62.0 dec587b4 Packit: use `post-modifications` hook to update downstream TMT plan 8bd9c541 Bump to 1.21.0 399adc0e Packit: Do not notify on podman-next copr build failure b7856d6b Support empty sigstore passphrases, for cosign compatibility db81e690 Make TestSharedCopyOptionsCopyOptions table-driven fe086dae Use retries in more cases of copying from external registries 8181f14e Makefile: remove stale target 85a14032 Makefile: use hack/test-system.sh for test-system-local 7ae3e0bc Recreate hack/test-system.sh f3e66b8f chore(deps): update dependency golangci/golangci-lint to v2.6.1 f399e1d0 fix(deps): update github.com/opencontainers/image-spec digest to 26647a4 f23b6fb8 chore(deps): update dependency golangci/golangci-lint to v2.6.0 53f96121 main: Add support for overriding HTTP User-Agent f9d4a402 fix(deps): update module go.podman.io/common to v0.66.0 ff539443 fix(deps): update module go.podman.io/image/v5 to v5.38.0 7a9cea1b fix(deps): update module go.podman.io/storage to v1.61.0 144e9151 Add missing newline to the output of (skopeo generate-sigstore-key) Signed-off-by: Bruce Ashfield --- recipes-containers/skopeo/skopeo_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index 936d2c3d..74b65fe5 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb @@ -22,12 +22,12 @@ RDEPENDS:${PN} = " \ " SRC_URI = " \ - git://github.com/containers/skopeo;branch=main;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ + git://github.com/containers/skopeo;branch=release-1.22;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ " -SRCREV = "d2a1740f0dd0561ebc23017e509da701bca66f7c" -PV = "v1.20.0+git" +SRCREV = "fd3ba47e00ecb495b8eca1594c227fbb6045a8eb" +PV = "1.22.0+git" GO_IMPORT = "import" S = "${UNPACKDIR}/git/src/github.com/containers/skopeo" -- cgit v1.2.3-54-g00ecf