Skip to content

Commit

Permalink
Update gcloud to 504.0.0 and AWS CLI v2 to 2.22.18 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monska85 authored Dec 18, 2024
1 parent d4114c2 commit 87c697d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# You can find the list of the available tags here:
# https://console.cloud.google.com/gcr/images/google.com:cloudsdktool/GLOBAL/google-cloud-cli

ARG CLOUD_SDK_VERSION=492.0.0-alpine
ARG AWS_CLI_VERSION=2.17.44
ARG CLOUD_SDK_VERSION=504.0.0-alpine
ARG AWS_CLI_VERSION=2.22.18
ARG ALPINE_VERSION=3.19

# To fetch the right alpine version use:
Expand All @@ -12,7 +12,7 @@ ARG ALPINE_VERSION=3.19
FROM ghcr.io/sparkfabrik/docker-alpine-aws-cli:${AWS_CLI_VERSION}-alpine${ALPINE_VERSION} AS awscli

# Build go binaries
FROM golang:1.22.5-alpine3.20 AS gobinaries
FROM golang:1.23.4-alpine3.20 AS gobinaries

# https://github.com/jrhouston/tfk8s
ENV TFK8S_VERSION=0.1.10
Expand Down Expand Up @@ -158,7 +158,7 @@ RUN echo "Installing helm ${HELM_VERSION}..." && \
ENV HELM_PLUGIN_MAPKUBEAPIS_VERSION=v0.5.2
RUN echo "Installing Helm plugin Mapkubeapis ${HELM_PLUGIN_MAPKUBEAPIS_VERSION}..." && \
helm plugin install --version ${HELM_PLUGIN_MAPKUBEAPIS_VERSION} https://github.com/helm/helm-mapkubeapis

# Velero.
# https://github.com/vmware-tanzu/velero/releases
ENV VELERO_VERSION=1.14.0
Expand Down

0 comments on commit 87c697d

Please sign in to comment.