File tree Expand file tree Collapse file tree 6 files changed +4
-6
lines changed
openshift/golang-osd-operator Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ aliases:
4646 - aliceh
4747 - anispate
4848 - clcollins
49- - jimdaga
5049 - Mhodesty
5150 - nephomaniac
5251 - tnierman
Original file line number Diff line number Diff line change 1- 38a71643c48bacbedab7ac43955891725cedb51c
1+ d7285a904eda6cf842ddff8c648dedb223934a75
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ aliases:
4646 - aliceh
4747 - anispate
4848 - clcollins
49- - jimdaga
5049 - Mhodesty
5150 - nephomaniac
5251 - tnierman
Original file line number Diff line number Diff line change 88RUN make go-build
99
1010# ###
11- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
11+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
1212
1313ENV USER_UID=1001 \
1414 USER_NAME=configure-goalert-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/ubi9/ubi-minimal:9.6-1758184547
7+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
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 11module github.com/openshift/configure-goalert-operator
22
3- go 1.23.0
3+ go 1.23.11
44
55require (
66 github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments