diff options
author | 2022-06-12 01:00:03 -0700 | |
---|---|---|
committer | 2022-06-20 12:09:51 -0400 | |
commit | fe1bd21891838d8dc4f7cf84a13581868251c125 (patch) | |
tree | 5b9fedda201a0e248cf8149d4edc14663d435627 | |
parent | cddd676f401427182b6f7e4d7bfe4de4f5f00017 (diff) | |
download | meta-virtualization-fe1bd21891838d8dc4f7cf84a13581868251c125.tar.gz meta-virtualization-fe1bd21891838d8dc4f7cf84a13581868251c125.tar.bz2 meta-virtualization-fe1bd21891838d8dc4f7cf84a13581868251c125.zip |
docker-distribution: upgrade to 2.8.1
v2.8.1 is the latest stable version.
Signed-off-by: Chen Qi <Qi.Chen@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 89c5980..93c2067 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb @@ -3,15 +3,15 @@ SUMMARY = "The Docker toolset to pack, ship, store, and deliver content" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" -SRCREV_distribution= "3b7b534569220c840993aad03e3eafe54b923f4d" -SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \ +SRCREV_distribution= "b5ca020cfbe998e5af3457fda087444cf5116496" +SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.8;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 \ " PACKAGES =+ "docker-registry" -PV = "v2.8.0+git${SRCPV}" +PV = "v2.8.1+git${SRCPV}" S = "${WORKDIR}/git/src/github.com/docker/distribution" GO_IMPORT = "import" |