File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929RUN 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
3434WORKDIR /
3535COPY --from=builder /workspace/manager .
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/ubi-minimal:9.6 as builder
1+ FROM registry.redhat.io/ubi9/ubi-minimal:9.7 as builder
22ARG RELATED_IMAGE_FILE=related_images.json
33ARG CSV_FILE=bundle/manifests/lightspeed-operator.clusterserviceversion.yaml
44ARG 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
2222RUN 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
2323RUN 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.
2828LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/ubi-minimal:9.6 as builder
1+ FROM registry.redhat.io/ubi9/ubi-minimal:9.7 as builder
22ARG RELATED_IMAGE_FILE=related_images.json
33ARG CSV_FILE=bundle/manifests/lightspeed-operator.clusterserviceversion.yaml
44ARG OPERATOR_IMAGE_ORIGINAL=quay.io/openshift-lightspeed/lightspeed-operator:latest
You can’t perform that action at this time.
0 commit comments