mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/acmesolver] Release 1.21.1-debian-12-r0 (#95943)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-07-14T06:42:24Z" \
|
||||
org.opencontainers.image.created="2026-07-29T17:17:42Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/acmesolver/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/acmesolver" \
|
||||
org.opencontainers.image.title="acmesolver" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="1.21.0"
|
||||
org.opencontainers.image.version="1.21.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"acmesolver-1.21.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"acmesolver-1.21.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -45,9 +45,9 @@ RUN chmod g+rwX /opt/bitnami
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="1.21.0" \
|
||||
ENV APP_VERSION="1.21.1" \
|
||||
BITNAMI_APP_NAME="acmesolver" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/acmesolver/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/acmesolver
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
750f382375476bde0f748d46af6631dd7a5b2e73d278f7d734f75f5011f941dc acmesolver-1.21.0-0-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
bc6a0afffd1fb21dbbf0f98a0ea9c0b780e8e08aa155d85f09f8b1ab23ee5722 acmesolver-1.21.0-0-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
c97a762d22268ad3c7f267a9ed53b7637a941898c3e4c864a853ae9f03856328 acmesolver-1.21.1-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
23c398c2f49e610d558291f4cec33481da84f598a626953e8f3a083f85321da9 acmesolver-1.21.1-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user