18.0.1-1-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-07-09 06:17:00 +00:00 committed by Bitnami Containers
parent 53b19b11a0
commit 96a50ef39b
4 changed files with 9 additions and 9 deletions

View File

@ -9,8 +9,8 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libsqlite3-dev libssl-dev locales procps tar wget zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "18.0.1-150" --checksum 5ef6ca4fe6778df34eeed563033c19f789d93e274a38748c171d97034a2cd6ae
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "18.0.1-1-0" --checksum 712e3a51cc18bebe9e90d77e6e62e923b2ca1ecf30413dbae9af1837fb0e4003
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
@ -25,7 +25,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
COPY rootfs /
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
RUN /opt/bitnami/scripts/java/postunpack.sh
ENV APP_VERSION="18.0.1" \
ENV APP_VERSION="18.0.1-1" \
BITNAMI_APP_NAME="java" \
JAVA_HOME="/opt/bitnami/java" \
LANG="en_US.UTF-8" \

View File

@ -1,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-150"
"version": "1.14.0-151"
},
"java": {
"arch": "amd64",
"digest": "5ef6ca4fe6778df34eeed563033c19f789d93e274a38748c171d97034a2cd6ae",
"digest": "712e3a51cc18bebe9e90d77e6e62e923b2ca1ecf30413dbae9af1837fb0e4003",
"distro": "debian-11",
"type": "NAMI",
"version": "18.0.1-150"
"version": "18.0.1-1-0"
}
}

View File

@ -40,7 +40,7 @@ print_welcome_page() {
# None
#########################
print_image_welcome_page() {
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
local github_url="https://github.com/bitnami/containers"
log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"

View File

@ -35,7 +35,7 @@ $ docker-compose up -d
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`18`, `18-debian-11`, `18.0.1`, `18.0.1-debian-11-r9`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/18.0.1-debian-11-r9/18/debian-11/Dockerfile)
* [`18`, `18-debian-11`, `18.0.1-1`, `18.0.1-1-debian-11-r0`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/18.0.1-1-debian-11-r0/18/debian-11/Dockerfile)
* [`17`, `17-debian-11`, `17.0.3-1`, `17.0.3-1-debian-11-r0` (17/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/17.0.3-1-debian-11-r0/17/debian-11/Dockerfile)
* [`11`, `11-debian-11`, `11.0.15`, `11.0.15-debian-11-r12` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.15-debian-11-r12/11/debian-11/Dockerfile)
* [`1.8`, `1.8-debian-11`, `1.8.333`, `1.8.333-debian-11-r13` (1.8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/1.8.333-debian-11-r13/1.8/debian-11/Dockerfile)