Skip to content

Commit 9aff4e6

Browse files
Update registry.access.redhat.com/ubi9/ubi-micro Docker digest to 8a6071b (#321)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Signed-off-by: Sergio Arroutbi <[email protected]> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 1610799 commit 9aff4e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN echo "GOARCH=${goarch}"
2323
RUN GOFLAGS='' CGO_ENABLED=0 GOOS=linux GOARCH=${goarch} go build -a -o manager main.go
2424

2525
# 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
2727

2828
# Include Konflux required labels
2929
LABEL com.redhat.component="NBDE Tang Server"

bundle.konflux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN chmod -R g+rwX ./ && find bundle/ && find bundle -type f -exec sed -i \
1111
{ echo "Failed to replace image references"; exit 1; } || echo "Image references replaced" && \
1212
grep -r "${IMG}" bundle/
1313

14-
FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:91828a5ca154132e18072cf885f6bb41bb881e6158f30b793f4b424ec144b87d
14+
FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:8a6071b01366611fd9433bf9688f5c3150de819874fa2c06c4fcd4c25ea26f03
1515

1616
# Include required labels (for Konflux deployment)
1717
LABEL com.redhat.component="NBDE Tang Server (Bundle)"

0 commit comments

Comments
 (0)