ARG ALPINE=3.19 FROM alpine:${ALPINE} RUN apk add \ yq \ jq \ kubectl \ util-linux \ bash \ --no-cache