[meta-virtualization] [PATCH v2 2/2] docker-ce: update to v19.03.2

Stefan Agner stefan at agner.ch
Wed Sep 18 00:58:41 PDT 2019


From: Stefan Agner <stefan.agner at toradex.com>

Bump the git hashes to Docker CE v19.03.2.

Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
---
Changes in v2:
- Bump to v19.03.2 final release
- Drop docker (non-ce) recipe patch as that recipe can not be bumped to a
  Docker stable patch release

 recipes-containers/docker/docker-ce_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index 215f114..52b146d 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 = "2416d7f930859912c883f964b1cee6909635f951"
+SRCREV_docker = "6a30dfca03664a0b6bf0646a7d389ee7d0318e6e"
 SRCREV_libnetwork = "5ac07abef4eee176423fdc1b870d435258e2d381"
 SRC_URI = "\
 	git://github.com/docker/docker-ce.git;branch=19.03;name=docker \
@@ -38,7 +38,7 @@ GO_IMPORT = "import"
 
 S = "${WORKDIR}/git"
 
-DOCKER_VERSION = "19.03.0-rc3-ce"
+DOCKER_VERSION = "19.03.2-ce"
 PV = "${DOCKER_VERSION}+git${SRCREV_docker}"
 
 PACKAGES =+ "${PN}-contrib"
-- 
2.20.1



More information about the meta-virtualization mailing list