Skip to content

Commit 2ffe66f

Browse files
author
Kalavathi Yalamanchi
committed
UPdate boiler plate and make file changes
1 parent fc1a10d commit 2ffe66f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

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)