File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11build_root_image :
22 name : release
33 namespace : openshift
4- tag : rhel-9-release-golang-1.24-openshift-4.21
4+ tag : rhel-9-release-golang-1.24-openshift-4.22
Original file line number Diff line number Diff line change 1- FROM registry.ci.openshift.org/ocp/4.21 :base-rhel9 AS rust-builder
1+ FROM registry.ci.openshift.org/ocp/4.22 :base-rhel9 AS rust-builder
22ARG TARGETARCH
33
44RUN dnf update -y && dnf -y install \
@@ -8,15 +8,15 @@ WORKDIR /workspace/extractor
88COPY extractor .
99RUN make TARGETARCH=${TARGETARCH}
1010
11- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS go-builder
11+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS go-builder
1212
1313WORKDIR /workspace/fingerprints
1414COPY fingerprints .
1515ARG GO_LDFLAGS=""
1616ENV GOEXPERIMENT=strictfipsruntime
1717RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on make build
1818
19- FROM registry.ci.openshift.org/ocp/4.21 :base-rhel9
19+ FROM registry.ci.openshift.org/ocp/4.22 :base-rhel9
2020
2121RUN dnf update -y && dnf -y install \
2222 cri-tools
You can’t perform that action at this time.
0 commit comments