James Andariese
47fa32878b
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
12 lines
139 B
Docker
12 lines
139 B
Docker
ARG ALPINE=3.19
|
|
|
|
FROM alpine:${ALPINE}
|
|
|
|
RUN apk add \
|
|
yq \
|
|
jq \
|
|
kubectl \
|
|
util-linux \
|
|
bash \
|
|
--no-cache
|