summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-11-22 11:12:52 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-22 11:20:14 -0500
commit9ab81946f6293f512d7d8eb65db5516781b23531 (patch)
treea3cbbbc6739292f39d50882c5cb562ab4a9222ef /recipes-containers
parentb7efc7bce229e3704836c7ca912d1b4d18c1a473 (diff)
downloadmeta-virtualization-9ab81946f6293f512d7d8eb65db5516781b23531.tar.gz
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>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/docker-distribution/docker-distribution_git.bb4
1 files 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 57a4c978..e98639c5 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"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
5 5
6SRCREV_distribution="61e7e208239878249a7ee4dae3c16c2d08a32d19" 6SRCREV_distribution= "f7365390ef0c8bc43de18e3e87df48b495139488"
7SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \ 7SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \
8 file://docker-registry.service \ 8 file://docker-registry.service \
9 file://0001-build-use-to-use-cross-go-compiler.patch \ 9 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
11 11
12PACKAGES =+ "docker-registry" 12PACKAGES =+ "docker-registry"
13 13
14PV = "v2.7.1" 14PV = "v2.7.1+git${SRCPV}"
15S = "${WORKDIR}/git/src/github.com/docker/distribution" 15S = "${WORKDIR}/git/src/github.com/docker/distribution"
16 16
17GO_IMPORT = "import" 17GO_IMPORT = "import"