summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-07 22:30:09 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-21 17:31:28 -0400
commit6c6e6dc9238696ecfb369d8b0d4745bed9037714 (patch)
tree40db7f963b50aaacb51baad694bf1a02ce08e45d /recipes-containers
parente3087cd6665be5b5b6c84327c7342264b8a59636 (diff)
downloadmeta-virtualization-6c6e6dc9238696ecfb369d8b0d4745bed9037714.tar.gz
docker-distribution: update to 2.8.0
Bumping docker-distribution to version v2.7.1-42-g3b7b5345, which comprises the following commits: 97f6dace [release/2.7] vendor: github.com/opencontainers/image-spec v1.0.2 10ade61d manifest: validate document type before unmarshal c5679da3 [release/2.7] vendor: github.com/golang-jwt/jwt v3.2.1 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 e98639c5..0dbdc490 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= "f7365390ef0c8bc43de18e3e87df48b495139488" 6SRCREV_distribution= "3b7b534569220c840993aad03e3eafe54b923f4d"
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+git${SRCPV}" 14PV = "v2.8.0+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"