Skip to content

Commit

Permalink
Run make generate-release (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: pierDipi <[email protected]>
  • Loading branch information
serverless-qe and pierDipi authored Aug 30, 2023
1 parent d243a05 commit 476df5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ RUN echo "[kubernetes]" >> /etc/yum.repos.d/kubernetes.repo && \
echo "repo_gpgcheck=0" >> /etc/yum.repos.d/kubernetes.repo && \
echo "gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg" >> /etc/yum.repos.d/kubernetes.repo

RUN yum install -y kubectl httpd-tools helm
RUN yum install -y kubectl httpd-tools

RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && \
chmod 700 ./get-helm-3

RUN ./get-helm-3 --version v3.11.3 --no-sudo && helm version

RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest

Expand Down

0 comments on commit 476df5c

Please sign in to comment.