We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fd7707 + 21fbfdd commit 96645bcCopy full SHA for 96645bc
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
# For contributors: in case someone would like to contribute a change in the base docker image,
2
# please open a PR for the `dockerhub/Dockerfile` in the same project.
3
4
-FROM koslib/ga-helm-eks:1.0
+FROM koslib/ga-helm-eks:2.0
dockerhub/Dockerfile
@@ -1,9 +1,13 @@
+FROM mozilla/sops:v3.6.0-alpine as sops
+
FROM alpine:3.13
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