parameterize alpine version
This commit is contained in:
parent
2034d92090
commit
c45b611ab0
@ -4,6 +4,7 @@ load: multiarch-container.yaml
|
|||||||
data:
|
data:
|
||||||
repo: examples/kubectl
|
repo: examples/kubectl
|
||||||
build_args:
|
build_args:
|
||||||
|
- ALPINE_VERSION=3.17
|
||||||
- KUBERNETES_RELEASE=v1.24.2
|
- KUBERNETES_RELEASE=v1.24.2
|
||||||
tags:
|
tags:
|
||||||
- "1.24.2"
|
- "1.24.2"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
|
||||||
FROM alpine:3.17
|
ARG ALPINE_VERSION
|
||||||
|
|
||||||
|
FROM alpine:${ALPINE_VERSION}
|
||||||
|
|
||||||
ARG OS
|
ARG OS
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user