examples: Bump Container Linux to stable 1465.7.0

This commit is contained in:
Dalton Hubble
2017-09-12 15:47:57 -07:00
parent 6be5c0f59c
commit 06f80fa003
25 changed files with 46 additions and 46 deletions

View File

@@ -15,7 +15,7 @@ ASSETS_DIR="${ASSETS_DIR:-$PWD/examples/assets}"
CONFIG_DIR="${CONFIG_DIR:-$PWD/examples/etc/matchbox}"
COREOS_CHANNEL=stable
COREOS_VERSION=1409.7.0
COREOS_VERSION=1465.7.0
MATCHBOX_ARGS=""
if [ "$EUID" -ne 0 ]

View File

@@ -9,7 +9,7 @@ set -eou pipefail
GPG=${GPG:-/usr/bin/gpg}
CHANNEL=${1:-"stable"}
VERSION=${2:-"1409.7.0"}
VERSION=${2:-"1465.7.0"}
DEST_DIR=${3:-"$PWD/examples/assets"}
OEM_ID=${OEM_ID:-""}
DEST=$DEST_DIR/coreos/$VERSION