diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-05 15:47:59 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-05 15:47:59 -0500 |
commit | 0441042812c8e2402e7582fee480aefe9377bceb (patch) | |
tree | 41a2bfb070ee2d77c2ecf1e46cd2e4fa375cd66c | |
parent | eabacfd2486bf4cc3cd6adf80e8ef8733f599f02 (diff) | |
download | meta-virtualization-0441042812c8e2402e7582fee480aefe9377bceb.tar.gz |
docker-ce: update to v19.03.15-ce
The following docker-ce commits are in this bump:
8ba93ae231 centos-8: work around CentOS repo bug preventing to enable PowerTools
b61c54e644 CentOS 8: manually import GPG key
7c5dfa21ab Bump VERSION to 19.03.15
c48e2f23e4 context: Add tarball e2e tests
51b4c45634 context: Ensure context name is valid on import
6a4daa87e5 context: Ensure import paths are valid
736dcbb76c pull: Validate layer digest format
e0b182f9fd buildkit: Apply apparmor profile
e2fc17e3cd vendor buildkit 396bfe20b590914cd77945ef0d70d976a0ed093c
77ef9e3963 Use real root with 0701 perms
bb9d1ea5f7 Do not set DOCKER_TMP to be owned by remapped root
65f17f139b Ensure MkdirAllAndChown also sets perms
bc73c89f8b docs: un-wrap line to prevent YAML docs from using "compact" formatting
6cfdb61f0a Bump VERSION to 19.03.14
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker/docker-ce_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb index fcfeee35..f5857967 100644 --- a/recipes-containers/docker/docker-ce_git.bb +++ b/recipes-containers/docker/docker-ce_git.bb | |||
@@ -18,7 +18,7 @@ DESCRIPTION = "Linux container runtime \ | |||
18 | subtle and/or glaring issues. \ | 18 | subtle and/or glaring issues. \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRCREV_docker = "5eb3275d4006e4093807c35b4f7776ecd73b13a7" | 21 | SRCREV_docker = "99e3ed89195c4e551e87aad1e7453b65456b03ad" |
22 | SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435" | 22 | SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435" |
23 | SRC_URI = "\ | 23 | SRC_URI = "\ |
24 | git://github.com/docker/docker-ce.git;branch=19.03;name=docker \ | 24 | git://github.com/docker/docker-ce.git;branch=19.03;name=docker \ |
@@ -40,7 +40,7 @@ GO_IMPORT = "import" | |||
40 | 40 | ||
41 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
42 | 42 | ||
43 | DOCKER_VERSION = "v19.03.14-ce" | 43 | DOCKER_VERSION = "v19.03.15-ce" |
44 | PV = "${DOCKER_VERSION}+git${SRCREV_docker}" | 44 | PV = "${DOCKER_VERSION}+git${SRCREV_docker}" |
45 | 45 | ||
46 | PACKAGES =+ "${PN}-contrib" | 46 | PACKAGES =+ "${PN}-contrib" |