File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
55ENV GOEXPERIMENT=strictfipsruntime
66ENV CGO_ENABLED=1
@@ -18,7 +18,7 @@ ARG SERVER_LDFLAGS
1818RUN 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
2222COPY --from=build-env /opt/app-root/src/backfill-redis /usr/local/bin/backfill-redis
2323WORKDIR /opt/app-root/src/home
2424
Original file line number Diff line number Diff line change 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
33ENV GOEXPERIMENT=strictfipsruntime
44ENV CGO_ENABLED=1
55USER 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
3636LABEL description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."
3737LABEL io.k8s.description="Rekor-cli is a command line interface (CLI) tool used to interact with a rekor server."
Original file line number Diff line number Diff line change 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
1818RUN 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 && \
6161COPY --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
6666LABEL description="Rekor aims to provide an immutable, tamper-resistant ledger of metadata generated within a software project’s supply chain."
6767LABEL io.k8s.description="Rekor-Server provides a tamper resistant ledger."
You can’t perform that action at this time.
0 commit comments