Skip to content

Commit ecda9b3

Browse files
Update registry.access.redhat.com/ubi9/ubi-micro Docker digest to ac53e09 (#173)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent cb088c3 commit ecda9b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

2222
# 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
2424

2525
# Include Konflux required labels
2626
LABEL com.redhat.component="NBDE Tang Server"

bundle.konflux.Dockerfile

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

17-
FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:3b1f4975e025fca77b7196a56e0481579dcd3b5e3701f99223204a90dfc25003
17+
FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:ac53e091e8bcaf2e33877dc26fd118aea7f31ba82b7c6f083e39ad9cea6691fc
1818

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

0 commit comments

Comments
 (0)