Skip to content

Commit 96645bc

Browse files
author
Konstantinos Livieratos
authored
Merge pull request #35 from koslib/features/new-base-img
Features/new-base-img
2 parents 7fd7707 + 21fbfdd commit 96645bc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# For contributors: in case someone would like to contribute a change in the base docker image,
22
# please open a PR for the `dockerhub/Dockerfile` in the same project.
33

4-
FROM koslib/ga-helm-eks:1.0
4+
FROM koslib/ga-helm-eks:2.0

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)