File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
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
1
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.23-openshift-4.19 as builder
2
- WORKDIR /go/src/github.com/openshift/configure-alertmanager-operator/
2
+ WORKDIR /go/src/github.com/openshift/managed-cluster-validating-webhooks
3
3
COPY . .
4
- RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /e2e .test
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
- COPY --from=builder ./e2e .test e2e .test
8
- ENTRYPOINT [ "/e2e .test" ]
7
+ COPY --from=builder ./harness .test harness .test
8
+ ENTRYPOINT [ "/harness .test" ]
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ objects:
31
31
- apiVersion : batch/v1
32
32
kind : Job
33
33
metadata :
34
- name : osde2e-configure-alertmanager-operator -${IMAGE_TAG}-${JOBID}
34
+ name : validation-webhook -${IMAGE_TAG}-${JOBID}
35
35
spec :
36
36
backoffLimit : 0
37
37
template :
You can’t perform that action at this time.
0 commit comments