File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN echo "GOARCH=${goarch}"
20
20
RUN GOFLAGS='' CGO_ENABLED=0 GOOS=linux GOARCH=${goarch} go build -a -o manager main.go
21
21
22
22
# Use well-known UBI9 micro image
23
- FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:3b1f4975e025fca77b7196a56e0481579dcd3b5e3701f99223204a90dfc25003
23
+ FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:ac53e091e8bcaf2e33877dc26fd118aea7f31ba82b7c6f083e39ad9cea6691fc
24
24
25
25
# Include Konflux required labels
26
26
LABEL com.redhat.component="NBDE Tang Server"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN chmod -R g+rwX ./ && find bundle/ && find bundle -type f -exec sed -i \
14
14
{ echo "Failed to replace image references" ; exit 1; } || echo "Image references replaced" && \
15
15
grep -r "${IMG}" bundle/
16
16
17
- FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:3b1f4975e025fca77b7196a56e0481579dcd3b5e3701f99223204a90dfc25003
17
+ FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:ac53e091e8bcaf2e33877dc26fd118aea7f31ba82b7c6f083e39ad9cea6691fc
18
18
19
19
# Include required labels (for Konflux deployment)
20
20
LABEL com.redhat.component="NBDE Tang Server (Bundle)"
You can’t perform that action at this time.
0 commit comments