diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-08-24 11:48:11 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-08-27 10:50:45 -0400 |
commit | 00f93904d1c7b6fdc94f49aa445784c755fac5f6 (patch) | |
tree | c2e1a9b7ce43b8ccd94f71b3e7bee33cc3821d5b /recipes-containers/docker-distribution/docker-distribution_git.bb | |
parent | 1bb2a3289d31a449160e3584bd7e27fc7761f641 (diff) | |
download | meta-virtualization-00f93904d1c7b6fdc94f49aa445784c755fac5f6.tar.gz |
docker-distrubution: update to 2.7-latest
Not much of an update, but we pickup the latest compatibility
restrictions:
Bumping docker-distribution to version v2.7.1-32-g61e7e208, which comprises the following commits:
d836b23f [release/2.7] update to go1.16
cc341b01 Added flag for user configurable cipher suites
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker-distribution/docker-distribution_git.bb')
-rw-r--r-- | recipes-containers/docker-distribution/docker-distribution_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index 028c728a..1f6334fa 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="18230b7b345a6745233a114bfc54524092dbca3f" | 6 | SRCREV_distribution="61e7e208239878249a7ee4dae3c16c2d08a32d19" |
7 | SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;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 | file://0001-build-use-to-use-cross-go-compiler.patch \ | 9 | file://0001-build-use-to-use-cross-go-compiler.patch \ |