[bitnami/gradle] Release 7.6.0-debian-11-r19 (#21468)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
614ced1971
commit
ee014d73f2
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.6.0-debian-11-r18" \
|
||||
org.opencontainers.image.ref.name="7.6.0-debian-11-r19" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gradle" \
|
||||
org.opencontainers.image.title="gradle" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-11.0.17-7-3-linux-${OS_ARCH}-debian-11" \
|
||||
"java-11.0.18-10-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gradle-7.6.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "1cc60ee01228bd4598f390da7e1729c084deeb8a2922a619c13c166a61657748",
|
||||
"digest": "f8c3013925073f94edc495584b76f0b08c867ba35c524e2b262e47e815a443b9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.0.17-7-3"
|
||||
"version": "11.0.18-10-0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue