diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-23 15:45:56 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-23 15:45:56 +0000 |
| commit | 1f5bcbee0f14b3f5546dfe78fba22e2e7076d49a (patch) | |
| tree | 50c4463881bbc34550c5c2d833258aa80f49b61d | |
| parent | 6938329abb82bc27f23a1b7edea0a7cce47daa8b (diff) | |
| download | meta-virtualization-1f5bcbee0f14b3f5546dfe78fba22e2e7076d49a.tar.gz | |
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 <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/skopeo/skopeo_git.bb | 6 |
1 files 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} = " \ | |||
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | SRC_URI = " \ | 24 | SRC_URI = " \ |
| 25 | git://github.com/containers/skopeo;branch=main;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ | 25 | git://github.com/containers/skopeo;branch=release-1.22;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ |
| 26 | file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ | 26 | file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | SRCREV = "d2a1740f0dd0561ebc23017e509da701bca66f7c" | 29 | SRCREV = "fd3ba47e00ecb495b8eca1594c227fbb6045a8eb" |
| 30 | PV = "v1.20.0+git" | 30 | PV = "1.22.0+git" |
| 31 | GO_IMPORT = "import" | 31 | GO_IMPORT = "import" |
| 32 | 32 | ||
| 33 | S = "${UNPACKDIR}/git/src/github.com/containers/skopeo" | 33 | S = "${UNPACKDIR}/git/src/github.com/containers/skopeo" |
