Skip to content

Commit 21fbfdd

Browse files
committed
Add sops in base image - as it might be needed later of for helm plugins
1 parent 1e6fdfa commit 21fbfdd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dockerhub/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
FROM mozilla/sops:v3.6.0-alpine as sops
2+
13
FROM alpine:3.13
24

35
ARG AWSCLI_VERSION="1.23.13"
46
ARG HELM_VERSION="3.8.0"
57
ARG KUBECTL_VERSION="1.24.0"
68

9+
COPY --from=sops /usr/local/bin/sops /usr/bin/sops
10+
711
RUN apk add py-pip curl wget ca-certificates git bash jq gcc alpine-sdk
812
RUN pip install "awscli==${AWSCLI_VERSION}"
913
RUN curl -L -o /usr/bin/kubectl https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl

0 commit comments

Comments
 (0)