Skip to content

Commit

Permalink
[bitnami/gradle] Release 8.2.1-debian-11-r22 (#43293)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
bitnami-bot and dgomezleon authored Aug 3, 2023
1 parent fa8aefc commit df60e68
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .vib/gradle/goss/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 8 additions & 7 deletions bitnami/gradle/8/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand All @@ -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 \
Expand All @@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion bitnami/gradle/8/debian-11/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "8"
- 8-debian-11
- 8.1.1
- 8.2.1
- latest

0 comments on commit df60e68

Please sign in to comment.