mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 09:17:08 +08:00
18.0.1-debian-11-r1 release
This commit is contained in:
committed by
Bitnami Containers
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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user