diff options
-rw-r--r-- | recipes-containers/docker-distribution/docker-distribution_git.bb | 4 |
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 86fcd628..431a9fb2 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" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" |
5 | 5 | ||
6 | SRCREV_distribution= "dc5b207fdd294c57dfef59017df60088b27d2668" | 6 | SRCREV_distribution= "8728c52ef24fc1f4bb17dba625750cd2c9d53f75" |
7 | SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.8;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \ | 7 | SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.8;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.8;name=dist | |||
11 | 11 | ||
12 | PACKAGES =+ "docker-registry" | 12 | PACKAGES =+ "docker-registry" |
13 | 13 | ||
14 | PV = "v2.8.1+git${SRCPV}" | 14 | PV = "v2.8.2+git${SRCPV}" |
15 | S = "${WORKDIR}/git/src/github.com/docker/distribution" | 15 | S = "${WORKDIR}/git/src/github.com/docker/distribution" |
16 | 16 | ||
17 | GO_IMPORT = "import" | 17 | GO_IMPORT = "import" |