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
This commit is contained in:
parent
83782018f7
commit
b0d989c245
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user