Skip to content

Commit 0c0f1b8

Browse files
author
serverless-qe
committed
Generate dockerfiles with "./openshift/scripts/generate-dockerfiles.sh"
1 parent d1be057 commit 0c0f1b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openshift/ci-operator/build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM registry.ci.openshift.org/ocp/4.17:cli-artifacts as tools
44

55
# Dockerfile to bootstrap build and test in openshift-ci
6-
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.24-openshift-4.19 as builder
6+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-nofips-openshift-4.19 as builder
77

88
ARG TARGETARCH
99

openshift/ci-operator/knative-images/func-util/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT! Generated Dockerfile for cmd/func-util.
2-
ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.24-openshift-4.19
2+
ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-nofips-openshift-4.19
33
ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
44

55
FROM $GO_BUILDER as builder

0 commit comments

Comments
 (0)