mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
examples: Bump Container Linux to stable 1465.7.0
This commit is contained in:
@@ -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 ]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user