File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/openshift/release:golang-1.22 AS builder
1
+ FROM registry.ci.openshift.org/openshift/release:golang-1.23 AS builder
2
2
3
3
RUN mkdir -p /workdir
4
4
WORKDIR /workdir
8
8
RUN make build
9
9
10
10
# ###
11
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
11
+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1742914212
12
12
13
13
ENV USER_UID=1001 \
14
14
USER_NAME=webhooks
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22 -openshift-4.17 as builder
1
+ FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.23 -openshift-4.19 as builder
2
2
WORKDIR /go/src/github.com/openshift/managed-cluster-validating-webhooks
3
3
COPY . .
4
4
RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /harness.test
5
5
6
6
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
7
7
COPY --from=builder ./harness.test harness.test
8
- ENTRYPOINT [ "/harness.test" ]
8
+ ENTRYPOINT [ "/harness.test" ]
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apiVersion: template.openshift.io/v1
2
2
kind : Template
3
3
metadata :
4
4
name : osde2e-focused-tests
5
-
6
5
parameters :
7
6
- name : OSDE2E_CONFIGS
8
7
required : true
@@ -45,6 +44,7 @@ objects:
45
44
- /osde2e
46
45
args :
47
46
- test
47
+ - --only-health-check-nodes
48
48
- --configs
49
49
- ${OSDE2E_CONFIGS}
50
50
securityContext :
You can’t perform that action at this time.
0 commit comments