Skip to content

Commit 60c1ed5

Browse files
Merge pull request #398 from kalavathiy/OSD-31048-
OSD-31048:Update Make file and e2e Dockerfile
2 parents 66fb9ad + 2ffe66f commit 60c1ed5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export KONFLUX_BUILDS=true
12
SHELL := /usr/bin/env bash
23
include boilerplate/generated-includes.mk
34

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
08840ef8db8330487f85dcfd74935ef3c2d7a940
1+
37459b189916c78a58d04aeb223ee325d9972b53

test/e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# THIS FILE IS GENERATED BY BOILERPLATE. DO NOT EDIT.
2-
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20 as builder
2+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as builder
33
WORKDIR /go/src/github.com/openshift/validation-webhook/
44
COPY . .
55
RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /e2e.test

0 commit comments

Comments
 (0)