From 690a4f46f8cb44d367290fe3879447aaf7927e36 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 01:24:50 +0000 Subject: [PATCH] Update dockerfile dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- index/server/Dockerfile | 4 ++-- oci-registry/Dockerfile | 2 +- tests/integration/Dockerfile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index/server/Dockerfile b/index/server/Dockerfile index 4df7c468..28f676f1 100644 --- a/index/server/Dockerfile +++ b/index/server/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /tools COPY . . RUN CGO_ENABLED=0 go build -mod=vendor -o index-server main.go -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1784730826@sha256:3f0da3cf28b0514a7a52d79f8cd23a2c52f96660015fc0a32024c8732360079a AS license +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1786322860@sha256:8ff5fdb142dbfc6c86924bdc4387dadc78a0ecbb7aa35e0d20b7d4ba37550e44 AS license ARG LICENSE_REPO="devfile/registry-support" ARG LICENSE_REF="main" USER root @@ -30,7 +30,7 @@ RUN mkdir -p /licenses RUN curl -sL https://raw.githubusercontent.com/${LICENSE_REPO}/refs/heads/${LICENSE_REF}/LICENSE -o /licenses/LICENSE # Application image -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1784730826@sha256:3f0da3cf28b0514a7a52d79f8cd23a2c52f96660015fc0a32024c8732360079a AS runner +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1786322860@sha256:8ff5fdb142dbfc6c86924bdc4387dadc78a0ecbb7aa35e0d20b7d4ba37550e44 AS runner USER root # Install and configure dependencies diff --git a/oci-registry/Dockerfile b/oci-registry/Dockerfile index 7fd66ec8..b85fc05f 100644 --- a/oci-registry/Dockerfile +++ b/oci-registry/Dockerfile @@ -26,7 +26,7 @@ RUN VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) REVIS echo -n "${VERSION}" | tee /tmp/.version; RUN set -x ; CGO_ENABLED=0 GO111MODULE=auto go build -tags "include_oss,include_gcs" -trimpath -ldflags "$(cat /tmp/.ldflags) -s -w" -o /usr/bin/registry ./cmd/registry -FROM registry.access.redhat.com/ubi10-minimal:10.2-1784669047@sha256:04140c8d78c6c6915b5c1fdad2f16d10eac3630c3339999ccdf659d8c903be50 +FROM registry.access.redhat.com/ubi10-minimal:10.2-1786398535@sha256:1e429ea364534f7baf494bac5cc54996b9b9d300f1da90e7b1dfa0ce455bfe39 RUN microdnf update -y && rm -rf /var/cache/yum && microdnf install -y ca-certificates httpd-tools shadow-utils # Create a non-root user to run the server as diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 5505787c..39b80d68 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -29,7 +29,7 @@ RUN cd /registry-support/registry-library && ./build.sh && cp /registry-support/ # Build the test binary RUN /registry-test/build.sh -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1784730826@sha256:3f0da3cf28b0514a7a52d79f8cd23a2c52f96660015fc0a32024c8732360079a AS license +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1786322860@sha256:8ff5fdb142dbfc6c86924bdc4387dadc78a0ecbb7aa35e0d20b7d4ba37550e44 AS license ARG LICENSE_REPO="devfile/registry-support" ARG LICENSE_REF="main" USER root @@ -38,7 +38,7 @@ USER root RUN mkdir -p /licenses RUN curl -sL https://raw.githubusercontent.com/${LICENSE_REPO}/refs/heads/${LICENSE_REF}/LICENSE -o /licenses/LICENSE -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1784730826@sha256:3f0da3cf28b0514a7a52d79f8cd23a2c52f96660015fc0a32024c8732360079a +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1786322860@sha256:8ff5fdb142dbfc6c86924bdc4387dadc78a0ecbb7aa35e0d20b7d4ba37550e44 USER root WORKDIR /registry-test