Skip to content

Commit ac5e292

Browse files
chore(deps): update docker images
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 6133092 commit ac5e292

7 files changed

Lines changed: 7 additions & 7 deletions

Dockerfile.createtree.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN go mod download && \
2323
gzip createtree-windows-amd64.exe
2424

2525
# Multi-Stage production build
26-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS deploy
26+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 AS deploy
2727

2828
# Retrieve the binary from the previous stage
2929
COPY --from=build-env /opt/app-root/src/createtree /

Dockerfile.database.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/rhel9/mariadb-105@sha256:0bfc5429881f8057398bb41b5e699c9327b3483d412af2db194a0b0798674221
1+
FROM registry.redhat.io/rhel9/mariadb-105@sha256:d7326d36973ecf43c600295fa487c97430ec7b422a69982668ddafb9a5c7d69b
22

33
USER root
44

Dockerfile.logserver.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ADD ./ $APP_ROOT/src/
1616
RUN go build -mod=mod -v ./cmd/trillian_log_server
1717

1818
# Multi-Stage production build
19-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS deploy
19+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 AS deploy
2020

2121
# Retrieve the binary from the previous stage
2222
COPY --from=builder /opt/app-root/src/trillian_log_server /

Dockerfile.logsigner.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ADD ./ $APP_ROOT/src/
1616
RUN go build -mod=mod -v ./cmd/trillian_log_signer
1717

1818
# Multi-Stage production build
19-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS deploy
19+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 AS deploy
2020

2121
# Retrieve the binary from the previous stage
2222
COPY --from=builder /opt/app-root/src/trillian_log_signer /

Dockerfile.netcat.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68
22

33
LABEL description="Netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP."
44
LABEL io.k8s.description="netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP."

Dockerfile.redis.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/rhel9/redis-6@sha256:3120501cce2159fddb8ffe6453ef1ddb05309b061d261345672da40b5aea3ee5
1+
FROM registry.redhat.io/rhel9/redis-6@sha256:f2f288adf78bf21b7b2e9739932570736836986e2666db87f322cae2a96b813e
22

33
LABEL description="Securesign redis is built ontop of rhel9/redis-6 but accepts external connections and runs appendonly mode with full durability."
44
LABEL io.k8s.description="Securesign redis is built ontop of rhel9/redis-6 but accepts external connections and runs appendonly mode with full durability."

Dockerfile.updatetree.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN go mod download && \
2424

2525

2626
# Multi-Stage production build
27-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS deploy
27+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:69f5c9886ecb19b23e88275a5cd904c47dd982dfa370fbbd0c356d7b1047ef68 AS deploy
2828

2929
# Retrieve the binary from the previous stage
3030
COPY --from=build-env /opt/app-root/src/updatetree /

0 commit comments

Comments
 (0)