fix(coreos-oem-inject): Default to dev-channel
- We'll switch this to a 'stable' channel once one exists for coreos
This commit is contained in:
parent
ecf8732ce5
commit
c50c0805af
@ -8,7 +8,7 @@ import tempfile
|
||||
import shutil
|
||||
from plumbum import local, cmd
|
||||
|
||||
COREOS_VERSION="197.0.0"
|
||||
COREOS_VERSION="dev-channel"
|
||||
|
||||
COREOS_ARCH="amd64-generic"
|
||||
COREOS_BASE_URL="http://storage.core-os.net/coreos/{}/{}".format(COREOS_ARCH, COREOS_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user