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.
2 parents 66fb9ad + 2ffe66f commit 60c1ed5Copy full SHA for 60c1ed5
Makefile
@@ -1,3 +1,4 @@
1
+export KONFLUX_BUILDS=true
2
SHELL := /usr/bin/env bash
3
include boilerplate/generated-includes.mk
4
boilerplate/_data/last-boilerplate-commit
@@ -1 +1 @@
-08840ef8db8330487f85dcfd74935ef3c2d7a940
+37459b189916c78a58d04aeb223ee325d9972b53
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