We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6fdfa commit 21fbfddCopy full SHA for 21fbfdd
1 file changed
dockerhub/Dockerfile
@@ -1,9 +1,13 @@
1
+FROM mozilla/sops:v3.6.0-alpine as sops
2
+
3
FROM alpine:3.13
4
5
ARG AWSCLI_VERSION="1.23.13"
6
ARG HELM_VERSION="3.8.0"
7
ARG KUBECTL_VERSION="1.24.0"
8
9
+COPY --from=sops /usr/local/bin/sops /usr/bin/sops
10
11
RUN apk add py-pip curl wget ca-certificates git bash jq gcc alpine-sdk
12
RUN pip install "awscli==${AWSCLI_VERSION}"
13
RUN curl -L -o /usr/bin/kubectl https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
0 commit comments