mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
app-arch/torcx: update to 0.1.2
Add profiles for /etc/coreos/docker-1.12 flag file.
This commit is contained in:
parent
79c158b9c2
commit
0198966a96
11
sdk_container/src/third_party/coreos-overlay/app-arch/torcx/files/docker-1.12-no.json
vendored
Normal file
11
sdk_container/src/third_party/coreos-overlay/app-arch/torcx/files/docker-1.12-no.json
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"kind": "profile-manifest-v0",
|
||||||
|
"value": {
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"name": "docker",
|
||||||
|
"reference": "17.06"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
11
sdk_container/src/third_party/coreos-overlay/app-arch/torcx/files/docker-1.12-yes.json
vendored
Normal file
11
sdk_container/src/third_party/coreos-overlay/app-arch/torcx/files/docker-1.12-yes.json
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"kind": "profile-manifest-v0",
|
||||||
|
"value": {
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"name": "docker",
|
||||||
|
"reference": "1.12"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
@ -11,7 +11,7 @@ COREOS_GO_VERSION="go1.8"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="01135a49b29c03bb9a223958332f5e2a937d613d" # v0.1.0
|
CROS_WORKON_COMMIT="71fde8cf2772ce291a9d2b592b29dd1a574e64f2" # v0.1.2
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -44,6 +44,8 @@ src_install() {
|
|||||||
systemd_dounit "${FILESDIR}/torcx.target"
|
systemd_dounit "${FILESDIR}/torcx.target"
|
||||||
|
|
||||||
insinto "${vendordir}/profiles"
|
insinto "${vendordir}/profiles"
|
||||||
|
doins "${FILESDIR}/docker-1.12-no.json"
|
||||||
|
doins "${FILESDIR}/docker-1.12-yes.json"
|
||||||
doins "${FILESDIR}/vendor.json"
|
doins "${FILESDIR}/vendor.json"
|
||||||
dodir "${vendordir}/store"
|
dodir "${vendordir}/store"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user