Skip to content

Commit d33de7e

Browse files
chore(deps): update registry.redhat.io/ubi9/ubi-minimal docker tag to v9.7
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 4c6ff2b commit d33de7e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ USER 0
2929
RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -tags strictfipsruntime -o manager cmd/main.go
3030

3131

32-
FROM registry.redhat.io/ubi9/ubi-minimal:9.6
32+
FROM registry.redhat.io/ubi9/ubi-minimal:9.7
3333

3434
WORKDIR /
3535
COPY --from=builder /workspace/manager .

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/ubi-minimal:9.6 as builder
1+
FROM registry.redhat.io/ubi9/ubi-minimal:9.7 as builder
22
ARG RELATED_IMAGE_FILE=related_images.json
33
ARG CSV_FILE=bundle/manifests/lightspeed-operator.clusterserviceversion.yaml
44
ARG OPERATOR_IMAGE_ORIGINAL=quay.io/openshift-lightspeed/lightspeed-operator:latest
@@ -22,7 +22,7 @@ RUN OPENSHIFT_MCP_SERVER_IMAGE=$(jq -r '.[] | select(.name == "openshift-mcp-ser
2222
RUN DATAVERSE_EXPORTER_IMAGE=$(jq -r '.[] | select(.name == "lightspeed-to-dataverse-exporter") | .image' /${RELATED_IMAGE_FILE}) && sed -i "s|${DATAVERSE_EXPORTER_IMAGE_ORIGINAL}|${DATAVERSE_EXPORTER_IMAGE}|g" /manifests/lightspeed-operator.clusterserviceversion.yaml
2323
RUN OCP_RAG_IMAGE=$(jq -r '.[] | select(.name == "lightspeed-ocp-rag") | .image' /${RELATED_IMAGE_FILE}) && sed -i "s|${OCP_RAG_IMAGE_ORIGINAL}|${OCP_RAG_IMAGE}|g" /manifests/lightspeed-operator.clusterserviceversion.yaml
2424

25-
FROM registry.redhat.io/ubi9/ubi-minimal:9.6
25+
FROM registry.redhat.io/ubi9/ubi-minimal:9.7
2626

2727
# Core bundle labels.
2828
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1

hack/template_bundle.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/ubi-minimal:9.6 as builder
1+
FROM registry.redhat.io/ubi9/ubi-minimal:9.7 as builder
22
ARG RELATED_IMAGE_FILE=related_images.json
33
ARG CSV_FILE=bundle/manifests/lightspeed-operator.clusterserviceversion.yaml
44
ARG OPERATOR_IMAGE_ORIGINAL=quay.io/openshift-lightspeed/lightspeed-operator:latest

0 commit comments

Comments
 (0)