Skip to content

Commit

Permalink
Merge pull request #430 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…22-to-release-v1.10

[release-v1.10] install helm in build-image
  • Loading branch information
nak3 authored Aug 29, 2023
2 parents 1af7351 + 6fb5d34 commit 4d8aae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ADD openshift/ci-operator/build-image/kubernetes.repo /etc/yum.repos.d/

RUN yum install -y kubectl httpd-tools

# Serverless-Operator `make generated-files` needs helm
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
RUN GOFLAGS='' go install knative.dev/test-infra/tools/kntest/cmd/kntest@latest

Expand Down

0 comments on commit 4d8aae5

Please sign in to comment.