From 7ccce67db06447300dafbb0cf549c89fadc4941c Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 18 Aug 2017 18:25:55 -0700 Subject: [PATCH] app-torcx/docker: Bump to 17.06.1 This adds libltdl, which is a requirement of Docker's pkcs11-helper bindings. The library was not installed in the OS image, so it was just added to the Docker torcx image. It can be dropped from the torcx image if anything else ever pulls it into the OS image. --- .../docker/{docker-17.05.ebuild => docker-17.06.ebuild} | 9 +++++---- ...er-17.05-manifest.json => docker-17.06-manifest.json} | 0 2 files changed, 5 insertions(+), 4 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-torcx/docker/{docker-17.05.ebuild => docker-17.06.ebuild} (76%) rename sdk_container/src/third_party/coreos-overlay/app-torcx/docker/files/{docker-17.05-manifest.json => docker-17.06-manifest.json} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.05.ebuild b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.06.ebuild similarity index 76% rename from sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.05.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.06.ebuild index 1e41cec4ad..dfc99014e9 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.05.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.06.ebuild @@ -11,10 +11,11 @@ KEYWORDS="amd64 arm64" # Explicitly list all packages that will be built into the image. RDEPEND=" - =app-emulation/docker-17.05.0-r1 - =app-emulation/containerd-0.2.7_p2-r1 - =app-emulation/docker-proxy-0.8.0_p20170410 - =app-emulation/runc-1.0.0_rc2_p137 + =app-emulation/docker-17.06.1 + =app-emulation/containerd-0.2.9_p7 + =app-emulation/docker-proxy-0.8.0_p20170410-r1 + =app-emulation/docker-runc-1.0.0_rc3_p53 + =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-17.05-manifest.json b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/files/docker-17.06-manifest.json similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-torcx/docker/files/docker-17.05-manifest.json rename to sdk_container/src/third_party/coreos-overlay/app-torcx/docker/files/docker-17.06-manifest.json