From 993da630ef8e42c52ebea8b12b31b8ab19997109 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 28 Feb 2018 10:56:52 -0500 Subject: [PATCH] app-torcx/docker: Bump the 17.12 image to 17.12.1 --- .../coreos-overlay/app-torcx/docker/docker-17.12.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.12.ebuild b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.12.ebuild index b7950cf29f..abd2bb585f 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.12.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.12.ebuild @@ -11,17 +11,17 @@ KEYWORDS="amd64 arm64" # Explicitly list all packages that will be built into the image. RDEPEND=" - =app-emulation/docker-17.12.0 - =app-emulation/containerd-1.0.0 + =app-emulation/docker-17.12.1 + =app-emulation/containerd-1.0.1 =app-emulation/docker-proxy-0.8.0_p20170917 - =app-emulation/docker-runc-1.0.0_rc4_p171 + =app-emulation/docker-runc-1.0.0_rc4_p205 =dev-libs/libltdl-2.4.6 =sys-process/tini-0.13.2 " src_install() { insinto /.torcx - newins "${FILESDIR}/${PN}-${PV}-manifest.json" manifest.json + newins "${FILESDIR}/${P}-manifest.json" manifest.json # Enable the Docker socket by default. local unitdir=/usr/lib/systemd/system