From 8c84a8f7a09c01adff53bc558be81008d3ed5c83 Mon Sep 17 00:00:00 2001 From: Sid-Ahmed <3965823+siddjellali@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:35:40 +0200 Subject: [PATCH 1/4] Remove openssl from checksum dependencies Removed openssl from the list of checksum dependencies in the Dockerfile. --- stable/alpine/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/stable/alpine/Dockerfile b/stable/alpine/Dockerfile index fece7d1e..cd86b384 100644 --- a/stable/alpine/Dockerfile +++ b/stable/alpine/Dockerfile @@ -25,7 +25,6 @@ RUN set -x \ " \ # install prerequisites for public key and pkg-oss checks && apk add --no-cache --virtual .checksum-deps \ - openssl \ && case "$apkArch" in \ x86_64|aarch64) \ # arches officially built by upstream From 8521acffe7f2ac2d34e25d24497163df242ab9e6 Mon Sep 17 00:00:00 2001 From: Sid-Ahmed <3965823+siddjellali@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:35:57 +0200 Subject: [PATCH 2/4] Remove openssl from Dockerfile dependencies Removed openssl from checksum dependencies in Dockerfile. --- stable/alpine-slim/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/stable/alpine-slim/Dockerfile b/stable/alpine-slim/Dockerfile index 6c591082..4de3aff5 100644 --- a/stable/alpine-slim/Dockerfile +++ b/stable/alpine-slim/Dockerfile @@ -25,7 +25,6 @@ RUN set -x \ " \ # install prerequisites for public key and pkg-oss checks && apk add --no-cache --virtual .checksum-deps \ - openssl \ && case "$apkArch" in \ x86_64|aarch64) \ # arches officially built by upstream From e2d5008b5a474c61b06e8140b1dd61a39e1cde04 Mon Sep 17 00:00:00 2001 From: Sid-Ahmed <3965823+siddjellali@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:36:11 +0200 Subject: [PATCH 3/4] Remove openssl from checksum dependencies Removed openssl from the list of checksum dependencies. --- stable/alpine-perl/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/stable/alpine-perl/Dockerfile b/stable/alpine-perl/Dockerfile index bdde6779..8898ddce 100644 --- a/stable/alpine-perl/Dockerfile +++ b/stable/alpine-perl/Dockerfile @@ -23,7 +23,6 @@ RUN set -x \ " \ # install prerequisites for public key and pkg-oss checks && apk add --no-cache --virtual .checksum-deps \ - openssl \ && case "$apkArch" in \ x86_64|aarch64) \ # arches officially built by upstream From cac74a3ca9fb9a82208b4ca41b5a2fb8fe13ca53 Mon Sep 17 00:00:00 2001 From: Sid-Ahmed <3965823+siddjellali@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:36:24 +0200 Subject: [PATCH 4/4] Remove openssl from checksum dependencies Removed 'openssl' from the list of checksum dependencies. --- stable/alpine-otel/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/stable/alpine-otel/Dockerfile b/stable/alpine-otel/Dockerfile index f3d1ea67..5b5824af 100644 --- a/stable/alpine-otel/Dockerfile +++ b/stable/alpine-otel/Dockerfile @@ -25,7 +25,6 @@ RUN set -x \ " \ # install prerequisites for public key and pkg-oss checks && apk add --no-cache --virtual .checksum-deps \ - openssl \ && case "$apkArch" in \ x86_64|aarch64) \ # arches officially built by upstream