From: Narpat Mali <[email protected]> Changelog: https://github.com/distribution/distribution/releases
- Revert registry/client: set Accept: identity header when getting layers by @ndeloof in #3783 - Parse http forbidden as denied by @vvoland in #3914 - Fix CVE-2022-28391 by bumping alpine from 3.14 to 3.16 by @thaJeztah (#3650) - Fix CVE-2023-2253 runaway allocation on /v2/_catalog by @josegomezr 521ea3d9 - Fix panic in inmemory driver by @wy65701436 in #3815 - bump up golang version (alternative) by @thaJeztah in #3903 - Dockerfile: update xx to v1.2.1 by @thaJeztah in #3907 - update to go1.19.9 by @thaJeztah in #3908 - Add code to handle pagination of parts. Fixes max layer size of 10GB bug by @DavidSpek in #3893 - Dockerfile: fix filenames of artifacts by @thaJeztah in #3911 Signed-off-by: Narpat Mali <[email protected]> --- .../docker-distribution/docker-distribution_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index d05d0131..1aad06dc 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb @@ -3,7 +3,7 @@ SUMMARY = "The Docker toolset to pack, ship, store, and deliver content" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" -SRCREV_distribution= "dc5b207fdd294c57dfef59017df60088b27d2668" +SRCREV_distribution= "7c354a4b40feeea21d7eeae4de91c8ff7951e672" SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.8;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \ file://docker-registry.service \ file://0001-build-use-to-use-cross-go-compiler.patch \ @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.8;name=dist PACKAGES =+ "docker-registry" -PV = "v2.8.1+git${SRCPV}" +PV = "v2.8.2+git${SRCPV}" S = "${WORKDIR}/git/src/github.com/docker/distribution" GO_IMPORT = "import" -- 2.40.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8246): https://lists.yoctoproject.org/g/meta-virtualization/message/8246 Mute This Topic: https://lists.yoctoproject.org/mt/101009252/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
