mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-15 22:55:21 +01:00
skopeo: update to 1.14.0
Bumping skopeo to version v1.14.0-10-ga85eaac9, which comprises the following commits:
48d11dac fix(deps): update golang.org/x/exp digest to 6522937
87eef310 DOCS: add Gentoo in install.md
f50dc204 DOCS: Update to add Arch Linux in install.md
9f52e728 fix(deps): update module golang.org/x/term to v0.15.0
efd76e74 Bump to v1.14.1-dev
6abf96bb Bump to v1.14.0
14496ba4 fix(deps): update module github.com/containers/common to v0.57.0
fa85e47b chore(deps): update dependency containers/automation_images to v20231116
e4b67e78 fix(deps): update module github.com/containers/image/v5 to v5.29.0
edefdb66 Add documentation and smoke tests for the new --compat-auth-file options
518181e5 Update c/image and c/common to latest
56b96a4d fix(deps): update module github.com/containers/storage to v1.51.0
a8e7d94e fix(deps): update module golang.org/x/term to v0.14.0
50cffa38 fix(deps): update module github.com/spf13/cobra to v1.8.0
0c2cca96 [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.2
6b2a26f1 [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.1
6ef8acff fix(deps): update github.com/containers/common digest to 3e5caa0
5d4e89cc chore(deps): update module google.golang.org/grpc to v1.57.1 [security]
5307dd66 fix(deps): update module github.com/containers/ocicrypt to v1.1.9
03c94252 Update github.com/klauspost/compress to v1.17.2
91611a3a chore(deps): update module github.com/docker/docker to v24.0.7+incompatible [security]
a9c7c505 Fix ENTRYPOINT documentation, drop others.
70551db8 Remove unused environment variables in Cirrus
a2eb508b [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.0
1fa360a6 chore(deps): update dependency containers/automation_images to v20231004
fa3e62f2 chore(deps): update module golang.org/x/net to v0.17.0 [security]
dc4fa672 copy: Note support for `zstd:chunked`
538dd6f3 fix(deps): update module golang.org/x/term to v0.13.0
611db7c3 fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible
43e1a96e fix(deps): update github.com/containers/common digest to 745eaa4
5fad766c Packit: switch to @containers/packit-build team for copr failure notification comments
d8b3a17f Packit: tag @lsm5 on copr build failures
57034826 vendor of containers/common
7db8fbde fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
4d921585 fix(deps): update module github.com/containers/common to v0.56.0
9e89e18f Cirrus: Remove multi-arch skopeo image builds
32c8a05a fix(deps): update module github.com/containers/image/v5 to v5.28.0
679615f5 Increase the golangci-lint timeout
c1e7c974 fix(deps): update module github.com/containers/storage to v1.50.2
9563e3b8 fix(deps): update module github.com/containers/storage to v1.50.1
427e58f5 fix(deps): update golang.org/x/exp digest to 9212866
7c39f363 Fix a man page link
897619f6 fix(deps): update github.com/containers/image/v5 digest to 58d5eb6
2976f4f8 GHA: Closed issue/PR comment-lock test
46979914 fix(deps): update module github.com/containers/common to v0.55.4
3249973d fix(deps): update module github.com/containers/storage to v1.49.0
b87a1b3e rpm: spdx compatible license field
b0d587a9 chore(deps): update dependency golangci/golangci-lint to v1.54.2
7ced0fb0 chore(deps): update dependency containers/automation_images to v20230816
4b952d61 Packit: set eln target correctly
6b827fa7 packit: Build PRs into default packit COPRs
fec950c2 DOCS: Update Go version requirement info
449ac9bb DOCS: Add information about the cross-build
78187ca8 fix(deps): update module github.com/containers/ocicrypt to v1.1.8
df117e28 fix(deps): update module github.com/containers/common to v0.55.3
4ee2946b Update c/image after https://github.com/containers/image/pull/2070
0e3efc64 chore(deps): update dependency golangci/golangci-lint to v1.54.1
46fcbd3a chore(deps): update dependency containers/automation_images to v20230809
e98561e2 fix(deps): update golang.org/x/exp digest to 352e893
4f5ba65a chore(deps): update dependency containers/automation_images to v20230807
5abce03c Update to Go 1.19
276b8095 fix(deps): update module golang.org/x/term to v0.11.0
60ee543f Update c/image for golang.org/x/exp
ab892075 RPM: define gobuild macro for rhel/centos stream
f236b5ef Fix handling the unexpected return value combination from IsRunningImageAllowed
c40f1485 Close the PolicyContext, as required by the API
e90ad861 Use globalOptions.getPolicyContext instead of an image-targeted SystemContext
a4aa15f4 Packit: remove pre-sync action
a0a340a1 fix(deps): update module github.com/containers/common to v0.55.2
f7dc0847 proxy: Change the imgid to uint64
a39972ca [CI:BUILD] Packit: install golist before updating downstream spec
2945e9e0 Update module golang.org/x/term to v0.10.0
5f87f6ab Bump to v1.14.0-dev
cb1e9012 Bump to v1.13.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
8c6303bb83
commit
ba9cbc0914
|
|
@ -22,12 +22,12 @@ RDEPENDS:${PN} = " \
|
|||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/containers/skopeo;branch=release-1.13;protocol=https;destsuffix=git/src/github.com/containers/skopeo \
|
||||
git://github.com/containers/skopeo;branch=main;protocol=https;destsuffix=git/src/github.com/containers/skopeo \
|
||||
file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \
|
||||
"
|
||||
|
||||
SRCREV = "416218f501364aa05fbe63617fd4599d63d82637"
|
||||
PV = "v1.13.1+git"
|
||||
SRCREV = "a85eaac984be2e36fe14590e4c3c135775f6c393"
|
||||
PV = "v1.14.0+git"
|
||||
GO_IMPORT = "import"
|
||||
|
||||
S = "${WORKDIR}/git/src/github.com/containers/skopeo"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user