Merge pull request #2784 from bgilbert/docker-flag

app-arch/torcx: update to 0.1.2
This commit is contained in:
Benjamin Gilbert 2017-09-22 15:44:54 -07:00 committed by GitHub
commit e0657d6237
4 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
"kind": "profile-manifest-v0",
"value": {
"images": [
{
"name": "docker",
"reference": "17.06"
}
]
}
}

View File

@ -0,0 +1,11 @@
{
"kind": "profile-manifest-v0",
"value": {
"images": [
{
"name": "docker",
"reference": "1.12"
}
]
}
}

View File

@ -11,7 +11,7 @@ COREOS_GO_VERSION="go1.8"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="01135a49b29c03bb9a223958332f5e2a937d613d" # v0.1.0
CROS_WORKON_COMMIT="71fde8cf2772ce291a9d2b592b29dd1a574e64f2" # v0.1.2
KEYWORDS="amd64 arm64"
fi
@ -44,6 +44,8 @@ src_install() {
systemd_dounit "${FILESDIR}/torcx.target"
insinto "${vendordir}/profiles"
doins "${FILESDIR}/docker-1.12-no.json"
doins "${FILESDIR}/docker-1.12-yes.json"
doins "${FILESDIR}/vendor.json"
dodir "${vendordir}/store"