From: Stefan Agner <[email protected]> Bump the git hashes to Docker CE v19.03.2.
Signed-off-by: Stefan Agner <[email protected]> --- 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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
