Skip to content

Commit a84d195

Browse files
Update Docker Images
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent f75971d commit a84d195

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile.backfill-redis.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build stage
22

3-
FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:380d6de9bbc5a42ca13d425be99958fb397317664bb8a00e49d464e62cc8566c AS build-env
3+
FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:71f121a44270e46a17a548d6b92096a1a0fb56db44927ad318d095177d6dce4b AS build-env
44

55
ENV GOEXPERIMENT=strictfipsruntime
66
ENV CGO_ENABLED=1
@@ -18,7 +18,7 @@ ARG SERVER_LDFLAGS
1818
RUN go build -mod=readonly -trimpath -ldflags "$(SERVER_LDFLAGS)" -o backfill-redis ./cmd/backfill-index
1919

2020
# Install stage
21-
FROM registry.redhat.io/rhel9/redis-6@sha256:686620b9acef6dfc3fc5e8221ca4d7a00c1fb102319352e7871fb9bc0ea127e3
21+
FROM registry.redhat.io/rhel9/redis-6@sha256:287f244fb8f4809b81fac3953d4fe4d44e6b057a3de8ce98e32a0db0d40e5837
2222
COPY --from=build-env /opt/app-root/src/backfill-redis /usr/local/bin/backfill-redis
2323
COPY LICENSE /licenses/license.txt
2424
WORKDIR /opt/app-root/src/home

Dockerfile.rekor-cli.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN set -euo pipefail; \
4040
git update-index --no-assume-unchanged Dockerfile.rekor-cli.rh
4141

4242
#Install stage
43-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483
43+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:161a4e29ea482bab6048c2b36031b4f302ae81e4ff18b83e61785f40dc576f5d
4444

4545
LABEL description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."
4646
LABEL io.k8s.description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."

Dockerfile.rekor-server.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:380d6de9bbc5a42ca13d425be99958fb397317664bb8a00e49d464e62cc8566c AS build-env
16+
FROM registry.redhat.io/ubi9/go-toolset:9.7@sha256:71f121a44270e46a17a548d6b92096a1a0fb56db44927ad318d095177d6dce4b AS build-env
1717

1818
RUN mkdir -p /opt/app-root && mkdir -p /opt/app-root/src && mkdir -p /opt/app-root/src/cmd && mkdir -p /opt/app-root/src/pkg && git config --global --add safe.directory /opt/app-root/src
1919

@@ -61,7 +61,7 @@ RUN mkdir -p /var/run/attestations && \
6161
COPY --from=build-env /opt/app-root/src/rekor-server_test /usr/local/bin/rekor-server
6262

6363
# Multi-Stage production build
64-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483 as deploy
64+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:161a4e29ea482bab6048c2b36031b4f302ae81e4ff18b83e61785f40dc576f5d as deploy
6565

6666
LABEL description="Rekor aims to provide an immutable, tamper-resistant ledger of metadata generated within a software project’s supply chain."
6767
LABEL io.k8s.description="Rekor-Server provides a tamper resistant ledger."

0 commit comments

Comments
 (0)