Skip to content

Commit

Permalink
Add sops in base image - as it might be needed later of for helm plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
koslib committed Sep 15, 2022
1 parent 1e6fdfa commit 21fbfdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerhub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
FROM mozilla/sops:v3.6.0-alpine as sops

FROM alpine:3.13

ARG AWSCLI_VERSION="1.23.13"
ARG HELM_VERSION="3.8.0"
ARG KUBECTL_VERSION="1.24.0"

COPY --from=sops /usr/local/bin/sops /usr/bin/sops

RUN apk add py-pip curl wget ca-certificates git bash jq gcc alpine-sdk
RUN pip install "awscli==${AWSCLI_VERSION}"
RUN curl -L -o /usr/bin/kubectl https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
Expand Down

0 comments on commit 21fbfdd

Please sign in to comment.