From 537ef455618de4458106bdf966ec79f3c56e45bb Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 8 Feb 2018 12:56:29 -0500 Subject: [PATCH] app-torcx/docker: Bump 18.01 to 18.02 --- .../docker/{docker-18.01.ebuild => docker-18.02.ebuild} | 8 ++++---- ...ker-18.01-manifest.json => docker-18.02-manifest.json} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-torcx/docker/{docker-18.01.ebuild => docker-18.02.ebuild} (80%) rename sdk_container/src/third_party/coreos-overlay/app-torcx/docker/files/{docker-18.01-manifest.json => docker-18.02-manifest.json} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-18.01.ebuild b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-18.02.ebuild similarity index 80% rename from sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-18.01.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-18.02.ebuild index 84bbda94dd..d0e584b8fa 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-18.01.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-18.02.ebuild @@ -11,10 +11,10 @@ KEYWORDS="amd64 arm64" # Explicitly list all packages that will be built into the image. RDEPEND=" - =app-emulation/docker-18.01.0 - =app-emulation/containerd-1.0.0 - =app-emulation/docker-proxy-0.8.0_p20170917 - =app-emulation/docker-runc-1.0.0_rc4_p171 + =app-emulation/docker-18.02.0 + =app-emulation/containerd-1.0.1 + =app-emulation/docker-proxy-0.8.0_p20180112 + =app-emulation/docker-runc-1.0.0_rc4_p205 =dev-libs/libltdl-2.4.6 =sys-process/tini-0.13.2 " diff --git a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/files/docker-18.01-manifest.json b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/files/docker-18.02-manifest.json similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-torcx/docker/files/docker-18.01-manifest.json rename to sdk_container/src/third_party/coreos-overlay/app-torcx/docker/files/docker-18.02-manifest.json