mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
Merge pull request #758 from bgilbert/docker-flag-1520
Add Docker 17.06 to the image for 1520
This commit is contained in:
commit
2c08a15c3a
@ -229,11 +229,13 @@ IMG_brightbox_OEM_USE=brightbox
|
||||
IMG_pxe_DISK_FORMAT=cpio
|
||||
IMG_pxe_PARTITIONED_IMG=0
|
||||
IMG_pxe_CONF_FORMAT=pxe
|
||||
IMG_pxe_MEM=2048
|
||||
|
||||
## iso, which is an cpio image
|
||||
IMG_iso_DISK_FORMAT=iso
|
||||
IMG_iso_PARTITIONED_IMG=0
|
||||
IMG_iso_CONF_FORMAT=iso
|
||||
IMG_iso_MEM=2048
|
||||
|
||||
## gce, image tarball
|
||||
IMG_gce_DISK_LAYOUT=vm
|
||||
|
||||
@ -218,14 +218,13 @@ function torcx_package() {
|
||||
# for each package will point at the last version specified. This can handle
|
||||
# swapping default package versions for different OS releases by reordering.
|
||||
DEFAULT_IMAGES=(
|
||||
=app-torcx/docker-17.06
|
||||
=app-torcx/docker-1.12
|
||||
)
|
||||
|
||||
# This list contains extra images which will be uploaded and included in the
|
||||
# generated manifest, but won't be included in the vendor store.
|
||||
EXTRA_IMAGES=(
|
||||
=app-torcx/docker-17.06
|
||||
)
|
||||
EXTRA_IMAGES=()
|
||||
|
||||
mkdir -p "${BUILD_DIR}"
|
||||
manifest_path="${BUILD_DIR}/torcx_manifest.json"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user