[bitnami/gradle] Release 9.3.1-debian-12-r1 (#90876)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-02-19 03:06:34 +01:00
committed by GitHub
parent 3e9d6b8b1f
commit a0063990e5
3 changed files with 2 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ 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="2026-01-29T17:42:22Z" \
org.opencontainers.image.created="2026-02-19T01:44:12Z" \
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" \
@@ -47,7 +47,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
ENV APP_VERSION="9.3.1" \
BITNAMI_APP_NAME="gradle" \
IMAGE_REVISION="0" \
IMAGE_REVISION="1" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/gradle/bin:$PATH"
WORKDIR /app

View File

@@ -46,8 +46,6 @@ print_image_welcome_page() {
info ""
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
info "${YELLOW}NOTICE: Starting August 28th, 2025, only a limited subset of images/charts will remain available for free. Backup will be available for some time at the 'Bitnami Legacy' repository. More info at https://github.com/bitnami/containers/issues/83267${RESET}"
info ""
}