Skip to content

Commit

Permalink
feat: (IAC-1194) Initial draft changes
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Nov 30, 2023
1 parent 7a0ec98 commit 37aec62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ RUN apt-get update && apt-get upgrade -y \
&& update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1

FROM baseline as tool_builder
ARG kubectl_version=1.26.8
ARG kubectl_version=1.26.10

WORKDIR /build

RUN curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$kubectl_version/bin/linux/amd64/kubectl && chmod 755 ./kubectl

# Installation
FROM baseline
ARG helm_version=3.12.0
ARG aws_cli_version=2.7.22
ARG helm_version=3.12.2
ARG aws_cli_version=2.13.33
ARG gcp_cli_version=440.0.0-0

# Add extra packages
Expand Down

0 comments on commit 37aec62

Please sign in to comment.