mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 01:07:20 +08:00
[bitnami/gradle] Release 8.2.1-debian-11-r22 (#43293)
* [bitnami/gradle] Release 8.2.1-debian-11-r22 Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * [bitnami/gradle] Increase timeout for GOSS test Signed-off-by: David Gomez <dgomezleon@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: David Gomez <dgomezleon@vmware.com> Co-authored-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -8,4 +8,5 @@ command:
|
||||
exit-status: 0
|
||||
create-sample-project:
|
||||
exec: echo | gradle init && gradle build
|
||||
exit-status: 0
|
||||
exit-status: 0
|
||||
timeout: 60000
|
||||
@@ -5,14 +5,15 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-06-30T11:05:48Z" \
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-08-02T14:13:53Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.1.1-debian-11-r23" \
|
||||
org.opencontainers.image.ref.name="8.2.1-debian-11-r22" \
|
||||
org.opencontainers.image.title="gradle" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.1.1"
|
||||
org.opencontainers.image.version="8.2.1"
|
||||
|
||||
ENV HOME="/app" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -25,8 +26,8 @@ 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.19-7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gradle-8.1.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"java-17.0.8-7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gradle-8.2.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -41,7 +42,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN mkdir /app && chmod g+rwX /app
|
||||
|
||||
ENV APP_VERSION="8.1.1" \
|
||||
ENV APP_VERSION="8.2.1" \
|
||||
BITNAMI_APP_NAME="gradle" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/gradle/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.1-1"
|
||||
"version": "8.2.1-1"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.0.19-7-2"
|
||||
"version": "17.0.8-7-2"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,2 @@
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "8"
|
||||
- 8-debian-11
|
||||
- 8.1.1
|
||||
- 8.2.1
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user