File tree Expand file tree Collapse file tree
openshift/golang-osd-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11build_root_image :
22 name : boilerplate
33 namespace : openshift
4- tag : image-v7.4.0
4+ tag : image-v8.3.1
Original file line number Diff line number Diff line change 1- image-v7.4.0
1+ image-v8.3.1
Original file line number Diff line number Diff line change 1- 3a53b879fcefaa73705c6621d386953df95a4842
1+ e16189b1e1fb49e61237798a885a158e232a6ff5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
44RUN initializer --permissive
55
66# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7- FROM registry.access.redhat.com/ubi8 /ubi-minimal:latest
7+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:latest
88
99COPY --from=builder /bin/registry-server /bin/registry-server
1010COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
Original file line number Diff line number Diff line change 88REPO_ROOT=$( git rev-parse --show-toplevel)
99source $REPO_ROOT /boilerplate/_lib/common.sh
1010
11- GOLANGCI_LINT_VERSION=" 2.0 .2"
11+ GOLANGCI_LINT_VERSION=" 2.7 .2"
1212OPM_VERSION=" v1.23.2"
1313GRPCURL_VERSION=" 1.7.0"
1414DEPENDENCY=${1:- }
Original file line number Diff line number Diff line change 1- FROM quay.io/redhat-services-prod/openshift/boilerplate:image-v7.4.0 AS builder
1+ FROM quay.io/redhat-services-prod/openshift/boilerplate:image-v8.3.1 AS builder
22
33WORKDIR /workdir
44
@@ -10,7 +10,7 @@ COPY . .
1010RUN make go-build
1111
1212# ##
13- FROM registry.access.redhat.com/ubi8 /ubi-minimal:8.10-1752564239
13+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:9.7-1770267347
1414
1515ENV USER_UID=1001 \
1616 USER_NAME=addon-operator
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
44RUN initializer --permissive
55
66# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7- FROM registry.access.redhat.com/ubi8 /ubi-minimal:8.10-1752564239
7+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:9.7-1770267347
88
99COPY --from=builder /bin/registry-server /bin/registry-server
1010COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
Original file line number Diff line number Diff line change 1- FROM quay.io/redhat-services-prod/openshift/boilerplate:image-v7.0.0 AS builder
1+ FROM quay.io/redhat-services-prod/openshift/boilerplate:image-v8.3.1 AS builder
22
33WORKDIR /workdir
44
@@ -10,7 +10,7 @@ COPY . .
1010RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 GOFLAGS="" go build -o build/_output/bin/addon-operator-webhook ./cmd/addon-operator-webhook
1111
1212###
13- FROM registry.access.redhat.com/ubi8 /ubi-minimal:8.10-1752564239
13+ FROM registry.access.redhat.com/ubi9 /ubi-minimal:9.7-1770267347
1414
1515ENV USER_UID=1001 \
1616 USER_NAME=addon-operator
Original file line number Diff line number Diff line change 11# Used for local dev only
2- FROM registry.access.redhat.com/ubi8 /ubi:8.8-1032
2+ FROM registry.access.redhat.com/ubi9 /ubi:9.7-1770238273
33
44RUN yum update -y && yum install -y python3 python3-pip
55
Original file line number Diff line number Diff line change 11# Used for local dev only
2- FROM registry.access.redhat.com/ubi8 /ubi:8.8-1032
2+ FROM registry.access.redhat.com/ubi9 /ubi:9.7-1770238273
33
44WORKDIR /
55
You can’t perform that action at this time.
0 commit comments