Skip to content

Commit

Permalink
Merge pull request #35 from koslib/features/new-base-img
Browse files Browse the repository at this point in the history
Features/new-base-img
  • Loading branch information
Konstantinos Livieratos authored Sep 15, 2022
2 parents 7fd7707 + 21fbfdd commit 96645bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# For contributors: in case someone would like to contribute a change in the base docker image,
# please open a PR for the `dockerhub/Dockerfile` in the same project.

FROM koslib/ga-helm-eks:1.0
FROM koslib/ga-helm-eks:2.0
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 96645bc

Please sign in to comment.