Skip to content

Commit 2c088ec

Browse files
author
French Ben
committed
Bump version and split dockerimage target
Signed-off-by: French Ben <[email protected]>
1 parent 15a7a73 commit 2c088ec

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Makefile

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
EDITIONS_TAG := beta10
2-
EDITIONS_DOCKER_VERSION := 1.12.3
1+
EDITIONS_TAG := beta11
2+
EDITIONS_DOCKER_VERSION := 1.13.0-RC1
33
EDITIONS_VERSION := $(EDITIONS_DOCKER_VERSION)-$(EDITIONS_TAG)
44
REGION := us-west-1
55
CHANNEL := beta
66
CHANNEL_DDC := alpha
77
CHANNEL_CLOUD := alpha
88
DOCKER_EXPERIMENTAL := 1
99
VHD_SKU := docker4azure
10-
VHD_VERSION := 1.12.18
10+
VHD_VERSION := 1.12.20
1111
# stage offer will have the -preview
1212
OFFER_ID := docker4azure
1313
CS_VHD_SKU := docker4azure-cs-1_12
14-
CS_VHD_VERSION := 1.0.1
14+
CS_VHD_VERSION := 1.0.4
1515
# stage offer will have the -preview
1616
CS_OFFER_ID := docker4azure-cs-preview
1717
export
@@ -21,7 +21,13 @@ release: moby/alpine/cloud/aws/ami_id.out moby/alpine/cloud/azure/vhd_blob_url.o
2121
# VHD=$(shell cat moby/alpine/cloud/azure/vhd_blob_url.out)
2222

2323
dockerimages: buoy
24+
dockerimages-aws
25+
dockerimages-azure
26+
27+
dockerimages-aws:
2428
$(MAKE) -C aws/dockerfiles
29+
30+
dockerimages-azure:
2531
$(MAKE) -C azure/dockerfiles
2632

2733
buoy:

0 commit comments

Comments
 (0)