docker-distribution: update to 2.7.1-latest

Bumping docker-distribution to version v2.7.1-38-gf7365390, which comprises the following commits:

    97f6dace [release/2.7] vendor: github.com/opencontainers/image-spec v1.0.2
    9a3ff113 fix go check issues
    19b573a6 Change should to must in v2 spec
    d836b23f [release/2.7] update to go1.16

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-11-22 11:12:52 -05:00
parent b7efc7bce2
commit 9ab81946f6

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="61e7e208239878249a7ee4dae3c16c2d08a32d19"
SRCREV_distribution= "f7365390ef0c8bc43de18e3e87df48b495139488"
SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;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.7;name=dist
PACKAGES =+ "docker-registry"
PV = "v2.7.1"
PV = "v2.7.1+git${SRCPV}"
S = "${WORKDIR}/git/src/github.com/docker/distribution"
GO_IMPORT = "import"