We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1a10d commit 2ffe66fCopy full SHA for 2ffe66f
Makefile
@@ -1,3 +1,4 @@
1
+export KONFLUX_BUILDS=true
2
SHELL := /usr/bin/env bash
3
include boilerplate/generated-includes.mk
4
test/e2e/Dockerfile
@@ -1,5 +1,5 @@
# THIS FILE IS GENERATED BY BOILERPLATE. DO NOT EDIT.
-FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20 as builder
+FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 as builder
WORKDIR /go/src/github.com/openshift/validation-webhook/
COPY . .
5
RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o /e2e.test
0 commit comments