parameterize alpine version
This commit is contained in:
parent
30766ebd0e
commit
34e8005994
@ -5,6 +5,7 @@ data:
|
|||||||
repo: examples/docker
|
repo: examples/docker
|
||||||
docker_image_tag: latest-linux-arm64
|
docker_image_tag: latest-linux-arm64
|
||||||
build_args:
|
build_args:
|
||||||
|
- ALPINE_VERSION=3.17
|
||||||
- DOCKER_VERSION=20.10.21-r1
|
- DOCKER_VERSION=20.10.21-r1
|
||||||
tags:
|
tags:
|
||||||
- "20.10.21"
|
- "20.10.21"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
|
||||||
FROM alpine:3.17
|
ARG ALPINE_VERSION
|
||||||
|
|
||||||
|
FROM alpine:${ALPINE_VERSION}
|
||||||
|
|
||||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user