Skip to content

Commit f41160e

Browse files
authored
Merge pull request #489 from securesign/konflux/mintmaker/main/docker-deps
chore(deps): update docker images
2 parents 7b7db64 + 41ecb46 commit f41160e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.6@sha256:d711f298464714173edda413164584ea69b77e9fdbed043c76c1a73a830fb378 AS build-env
3+
FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:d1c1f2af6122b0ea3456844210d6d9c4d96e78c128bc02fabeadf51239202221 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:f0b641481184ec7ffb81821987575066e238b0b852856bf4ab0e185d707b1c0a
21+
FROM registry.redhat.io/rhel9/redis-6@sha256:2199abe3c94b4731eb94fd4be457623f4bbb2604b0040378ee59de4dba08aa17
2222
COPY --from=build-env /opt/app-root/src/backfill-redis /usr/local/bin/backfill-redis
2323
WORKDIR /opt/app-root/src/home
2424

Dockerfile.rekor-cli.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Build stage#
2-
FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:d711f298464714173edda413164584ea69b77e9fdbed043c76c1a73a830fb378 AS build-env
2+
FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:d1c1f2af6122b0ea3456844210d6d9c4d96e78c128bc02fabeadf51239202221 AS build-env
33
ENV GOEXPERIMENT=strictfipsruntime
44
ENV CGO_ENABLED=1
55
USER root
@@ -31,7 +31,7 @@ RUN git update-index --assume-unchanged Dockerfile.rekor-cli.rh && \
3131
git update-index --no-assume-unchanged Dockerfile.rekor-cli.rh
3232

3333
#Install stage
34-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
34+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8
3535

3636
LABEL description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."
3737
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.6@sha256:d711f298464714173edda413164584ea69b77e9fdbed043c76c1a73a830fb378 AS build-env
16+
FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:d1c1f2af6122b0ea3456844210d6d9c4d96e78c128bc02fabeadf51239202221 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:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7 as deploy
64+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 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)