File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,18 @@ RUN go test -c -o /go/bin/rosatest ./tests/e2e
7
7
RUN rosa verify openshift-client
8
8
RUN rosatest --ginkgo.no-color --ginkgo.label-filter "e2e-commit"
9
9
10
+ FROM quay.io/projectquay/golang:1.23 AS rosa-support
11
+ WORKDIR /rosa-support
12
+ RUN go install github.com/openshift-online/rosa-support@latest
13
+
10
14
FROM registry.ci.openshift.org/ci/cli-ocm:latest as ocmcli
11
15
12
16
FROM registry.ci.openshift.org/origin/4.16:cli
13
17
COPY --from=builder /go/bin/rosa* /usr/bin
14
18
COPY --from=builder /go/src/github.com/openshift/rosa/tests/ci/data /rosa/tests/ci/data
15
19
COPY --from=builder /go/src/github.com/openshift/rosa/tests/prow_ci.sh /rosa/tests/
16
20
COPY --from=ocmcli /usr/bin/ocm /usr/bin/ocm
21
+ COPY --from=rosa-support /usr/local/bin/rosa-support /usr/bin
17
22
RUN yum -y install --setopt=skip_missing_names_on_install=False \
18
23
jq \
19
24
unzip && yum clean all
You can’t perform that action at this time.
0 commit comments