[bitnami/gradle] Release 9.2.1-debian-12-r0 (#88433)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
544b756301
commit
f6a448e99f
|
|
@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-10-29T16:46:50Z" \
|
||||
org.opencontainers.image.created="2025-11-17T20:46:14Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/gradle/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gradle" \
|
||||
org.opencontainers.image.title="gradle" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="9.2.0"
|
||||
org.opencontainers.image.version="9.2.1"
|
||||
|
||||
ENV HOME="/app" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"jre-17.0.17-11-0-linux-${OS_ARCH}-debian-12" \
|
||||
"gradle-9.2.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"gradle-9.2.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -45,7 +45,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
|||
RUN mkdir /app && chmod g+rwX /app
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
|
||||
ENV APP_VERSION="9.2.0" \
|
||||
ENV APP_VERSION="9.2.1" \
|
||||
BITNAMI_APP_NAME="gradle" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/gradle/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Reference in New Issue