mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Flexible docker version
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
10bd1e526d
commit
6752ad5511
@ -1,8 +1,13 @@
|
||||
DOCKER_VERSION?=${BUNDLE}-rc1
|
||||
BUNDLE?=
|
||||
ifdef BUNDLE
|
||||
DOCKER_VERSION?=${BUNDLE}
|
||||
else
|
||||
DOCKER_VERSION?=17.03.0-ce-rc1
|
||||
endif
|
||||
FORCE_CURL?=1
|
||||
ARCH?=x86_64
|
||||
OS?=Linux
|
||||
BUNDLE?=
|
||||
|
||||
|
||||
AWS_CLI_IMAGE=mobylinux/aws-cli:9432b650794d38a70cf00be4da971367c52d1d5b@sha256:679f6f45fb8598cab90888733a07ddeeb26a27a7889114f89aaf712eaa3abe06
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user