docker-distribution: update to 2.8.3

Bumping distribution to version v2.8.3-2-gd607c6cc, which comprises the following commits:

    6b9f48f3 docs: remove blank line
    a4fa6992 Add v2.8.3 release notes
    5e6b1b5c Do not close HTTP request body in HTTP handler
    29b00e8b digestset: deprecate package in favor of go-digest/digestset
    d1ab2430 [release/2.8] vendor: github.com/opencontainers/go-digest v1.0.0
    3dda0677 deprecate reference package, migrate to github.com/distribution/reference
    3c6f7788 update to go1.20.8
    31f5cd48 Handle rand deprecations in go 1.20
    29b8ba0b Update to go 1.20
    3316b198 Update to golang 1.19.10
    444d053e update golangci-lint to v1.52
    b800af44 ignore SA1019: ac.(*accessController).rootCerts.Subjects has been deprecated
    0a98a00d Ignore SA1019: SplitHostname is deprecated.
    2ec0471b Dont parse errors as JSON unless Content-Type is set to JSON
    cb121c3f Set Content-Type header in registry client ReadFrom
    b57133cc referene: fix formatting of "deprecated" comment.
    2c4bf1a6 replace deprecated function
    110cb753 Enable build tags in 2.8
    2d62a402 s3: add interface assertion
    2548973b Enable Go build tags
    ab7178cc Pass BUILDTAGS argument to go build

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-10-12 19:52:22 +00:00
parent f7188da2ca
commit 2c49b125b5

View File

@ -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= "8728c52ef24fc1f4bb17dba625750cd2c9d53f75"
SRCREV_distribution= "d607c6ccb9372e05556624f973119a23d3a42987"
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.2+git"
PV = "v2.8.3+git"
S = "${WORKDIR}/git/src/github.com/docker/distribution"
GO_IMPORT = "import"