From e3866ddc982462b6a37a0fa4e148d30eff2fddb9 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 8 Feb 2017 18:15:00 -0800 Subject: [PATCH] app-emulation/runc: sync with Docker 1.13.1 commits --- .../{runc-1.0.0_rc2-r4.ebuild => runc-1.0.0_rc2-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/runc/{runc-1.0.0_rc2-r4.ebuild => runc-1.0.0_rc2-r5.ebuild} (89%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r4.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r5.ebuild similarity index 89% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r4.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r5.ebuild index fc22aff638..93ff9447b3 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r4.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/runc/runc-1.0.0_rc2-r5.ebuild @@ -8,9 +8,9 @@ GITHUB_URI="github.com/opencontainers/runc" COREOS_GO_PACKAGE="${GITHUB_URI}" COREOS_GO_VERSION="go1.6" # the commit of runc that docker uses. -# see https://github.com/docker/docker/blob/v1.13.0/hack/dockerfile/binaries-commits#L4 +# see https://github.com/docker/docker/blob/v1.13.1/hack/dockerfile/binaries-commits#L6 # Note: this commit is only really present in `docker/runc` in the 'docker/1.13.x' branch -COMMIT_ID="2f7393a47307a16f8cee44a37b262e8b81021e3e" +COMMIT_ID="9df8b306d01f59d3a8029be411de015b7304dd8f" inherit eutils flag-o-matic coreos-go-depend vcs-snapshot