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 @@ -23,7 +23,7 @@ RUN echo "GOARCH=${goarch}"
23
23
RUN GOFLAGS='' CGO_ENABLED=0 GOOS=linux GOARCH=${goarch} go build -a -o manager main.go
24
24
25
25
# Use well-known UBI9 micro image
26
- FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:91828a5ca154132e18072cf885f6bb41bb881e6158f30b793f4b424ec144b87d
26
+ FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:8a6071b01366611fd9433bf9688f5c3150de819874fa2c06c4fcd4c25ea26f03
27
27
28
28
# Include Konflux required labels
29
29
LABEL com.redhat.component="NBDE Tang Server"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN chmod -R g+rwX ./ && find bundle/ && find bundle -type f -exec sed -i \
11
11
{ echo "Failed to replace image references" ; exit 1; } || echo "Image references replaced" && \
12
12
grep -r "${IMG}" bundle/
13
13
14
- FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:91828a5ca154132e18072cf885f6bb41bb881e6158f30b793f4b424ec144b87d
14
+ FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:8a6071b01366611fd9433bf9688f5c3150de819874fa2c06c4fcd4c25ea26f03
15
15
16
16
# Include required labels (for Konflux deployment)
17
17
LABEL com.redhat.component="NBDE Tang Server (Bundle)"
You can’t perform that action at this time.
0 commit comments