18.0.1-debian-11-r1 release
This commit is contained in:
parent
c95c33236f
commit
7530252487
|
|
@ -10,8 +10,8 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
|||
COPY prebuildfs /
|
||||
# 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-0" --checksum 5ef6ca4fe6778df34eeed563033c19f789d93e274a38748c171d97034a2cd6ae
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
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 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
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@
|
|||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-150"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "5ef6ca4fe6778df34eeed563033c19f789d93e274a38748c171d97034a2cd6ae",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "18.0.1-0"
|
||||
"version": "18.0.1-150"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r0`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/18.0.1-debian-11-r0/18/debian-11/Dockerfile)
|
||||
* [`18`, `18-debian-11`, `18.0.1`, `18.0.1-debian-11-r1`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/18.0.1-debian-11-r1/18/debian-11/Dockerfile)
|
||||
* [`17`, `17-debian-11`, `17.0.3`, `17.0.3-debian-11-r3` (17/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/17.0.3-debian-11-r3/17/debian-11/Dockerfile)
|
||||
* [`11`, `11-debian-11`, `11.0.15`, `11.0.15-debian-11-r3` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.15-debian-11-r3/11/debian-11/Dockerfile)
|
||||
* [`1.8`, `1.8-debian-11`, `1.8.333`, `1.8.333-debian-11-r3` (1.8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/1.8.333-debian-11-r3/1.8/debian-11/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue