From 0441042812c8e2402e7582fee480aefe9377bceb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 5 Feb 2021 15:47:59 -0500 Subject: 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 --- recipes-containers/docker/docker-ce_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-containers') 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 \ subtle and/or glaring issues. \ " -SRCREV_docker = "5eb3275d4006e4093807c35b4f7776ecd73b13a7" +SRCREV_docker = "99e3ed89195c4e551e87aad1e7453b65456b03ad" SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435" SRC_URI = "\ git://github.com/docker/docker-ce.git;branch=19.03;name=docker \ @@ -40,7 +40,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -DOCKER_VERSION = "v19.03.14-ce" +DOCKER_VERSION = "v19.03.15-ce" PV = "${DOCKER_VERSION}+git${SRCREV_docker}" PACKAGES =+ "${PN}-contrib" -- cgit v1.2.3-54-g00ecf