Skip to content

Commit

Permalink
Remove helmfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Manpreet Singh Nehra committed Jan 28, 2024
1 parent 49b62b3 commit 10f5ed8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ LABEL org.opencontainers.image.description "CI Tools Image for CI PIpelines"
LABEL org.opencontainers.image.base.name "alpine:latest"
LABEL org.opencontainers.image.revision v2.6.2
LABEL build.date 20240122(YYYYMMDD)
ARG HELMFILE_VERSION=0.161.0
ARG GITLAB_TERRAFORM_VERSION=v1.7.1
ARG TARGETARCH
WORKDIR /tmp

RUN echo $TARGETARCH
### Install utilities and packages
RUN apk add curl git curl bash nodejs openssh-client ansible ansible-lint openssl idn2-utils

Expand All @@ -25,9 +23,6 @@ RUN curl -L -s -o /usr/local/bin/kubectl "https://dl.k8s.io/release/$(curl -L -s
## Install Helm
RUN curl -L -s https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

## Install helmfile
RUN curl -L -s -o /tmp/helmfile.tar.gz https://github.com/helmfile/helmfile/releases/download/v${HELMFILE_VERSION}/helmfile_${HELMFILE_VERSION}_linux_${TARGETARCH}.tar.gz && tar xfz /tmp/helmfile.tar.gz && mv /tmp/helmfile /usr/local/bin/ && chmod +x /usr/local/bin/helmfile && rm /tmp/*

##Install OpenTofu
RUN echo '@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && apk add opentofu@testing

Expand Down

0 comments on commit 10f5ed8

Please sign in to comment.