From abccecce5b54e9432e5ccb575bf0f701f67aae81 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Tue, 29 Jul 2014 23:02:16 +0000 Subject: [PATCH] Bump CoreOS to latest stable Two reasons: 1) Use a build that is marked stable 2) Fixes an issue where boot hangs for minutes on updating CA things, which enables much faster deploy times. Change-Id: Ic7fca96f0dfe87065e2df5feaf2c29efc662a0e1 --- coreos/coreos-oem-inject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos/coreos-oem-inject.py b/coreos/coreos-oem-inject.py index 2a12747..14c6cc3 100755 --- a/coreos/coreos-oem-inject.py +++ b/coreos/coreos-oem-inject.py @@ -8,7 +8,7 @@ import tempfile import shutil from plumbum import local, cmd -COREOS_VERSION="296.0.0" +COREOS_VERSION="367.1.0" COREOS_ARCH="amd64-usr" COREOS_BASE_URL="http://storage.core-os.net/coreos/{}/{}".format(COREOS_ARCH, COREOS_VERSION)