diff options
author | Hongzhi.Song <hongzhi.song@windriver.com> | 2019-03-04 23:18:14 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-05 11:50:10 -0500 |
commit | 080f6b412da706e2c2a3c65fd06a05ac1c81880d (patch) | |
tree | c0c59f45bce8a2cd6fa952cf9d18d85e8ee930a0 | |
parent | b5b5defc78ea03c89a01c145396fad50e3a61ec4 (diff) | |
download | meta-virtualization-080f6b412da706e2c2a3c65fd06a05ac1c81880d.tar.gz |
docker-distribution: uprev to v2.7.1
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker-distribution/docker-distribution_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index 2892556a..25e4db99 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb | |||
@@ -3,14 +3,14 @@ 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="48294d928ced5dd9b378f7fd7c6f5da3ff3f2c89" | 6 | SRCREV_distribution="2461543d988979529609e8cb6fca9ca190dc48da" |
7 | SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.6;name=distribution;destsuffix=git/src/github.com/docker/distribution \ | 7 | SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution \ |
8 | file://docker-registry.service \ | 8 | file://docker-registry.service \ |
9 | " | 9 | " |
10 | 10 | ||
11 | PACKAGES =+ "docker-registry" | 11 | PACKAGES =+ "docker-registry" |
12 | 12 | ||
13 | PV = "v2.6.2" | 13 | PV = "v2.7.1" |
14 | S = "${WORKDIR}/git/src/github.com/docker/distribution" | 14 | S = "${WORKDIR}/git/src/github.com/docker/distribution" |
15 | 15 | ||
16 | GO_IMPORT = "import" | 16 | GO_IMPORT = "import" |