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:81d9cb51feb0b56e3d87a73c2237bebaa80b28e4d5791c1da1140eae50225e2f AS build-env
3+ FROM registry.redhat.io/ubi9/go-toolset:9.7 @sha256:e8938564f866174a6d79e55dfe577c2ed184b1f53e91d782173fb69b07ce69ef 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:7b72f1b8fd1c1b1fb73855d751872450e227d08c98169d8bf469e2c10a1ff383
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:81d9cb51feb0b56e3d87a73c2237bebaa80b28e4d5791c1da1140eae50225e2f AS build-env
2+ FROM registry.redhat.io/ubi9/go-toolset:9.7 @sha256:e8938564f866174a6d79e55dfe577c2ed184b1f53e91d782173fb69b07ce69ef 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:90bd85dcd061d1ad6dbda70a867c41958c04a86462d05c631f8205e8870f28f8
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:81d9cb51feb0b56e3d87a73c2237bebaa80b28e4d5791c1da1140eae50225e2f AS build-env
16+ FROM registry.redhat.io/ubi9/go-toolset:9.7 @sha256:e8938564f866174a6d79e55dfe577c2ed184b1f53e91d782173fb69b07ce69ef 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:90bd85dcd061d1ad6dbda70a867c41958c04a86462d05c631f8205e8870f28f8 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