All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/4] docker: update to docker 1.12.5 release
@ 2016-12-20  9:25 Fathi Boudra
  2016-12-20  9:25 ` [PATCH v2 2/4] docker: update description Fathi Boudra
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fathi Boudra @ 2016-12-20  9:25 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield, koen.kooi

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 recipes-containers/docker/docker_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 2cff6f1..f50f25a 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -18,7 +18,7 @@ DESCRIPTION = "Linux container runtime \
  subtle and/or glaring issues. \
  "
 
-SRCREV = "34d9a8240914d30f3a8fe28c1b7d1d4e36d0657b"
+SRCREV = "7392c3b0ce0f9d3e918a321c66668c5d1ef4f689"
 SRC_URI = "\
 	git://github.com/docker/docker.git;nobranch=1 \
 	file://docker.service \
@@ -32,7 +32,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aadc30f9c14d876ded7bedc0afd2d3d7"
 
 S = "${WORKDIR}/git"
 
-DOCKER_VERSION = "1.12.0"
+DOCKER_VERSION = "1.12.5"
 PV = "${DOCKER_VERSION}+git${SRCREV}"
 
 DEPENDS = "go-cross \
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-12-20 22:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20  9:25 [PATCH v2 1/4] docker: update to docker 1.12.5 release Fathi Boudra
2016-12-20  9:25 ` [PATCH v2 2/4] docker: update description Fathi Boudra
2016-12-20  9:25 ` [PATCH v2 3/4] docker: use a switch to set GOARCH based on TARGET_ARCH value Fathi Boudra
2016-12-20  9:25 ` [PATCH v2 4/4] docker: cosmetic - fix indentation Fathi Boudra
2016-12-20 22:25 ` [PATCH v2 1/4] docker: update to docker 1.12.5 release Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.