Namespace
bitnamilegacy
Image / Tag
java:11.0.9-1
Content Digest
sha256:895fed9418d54cabfdc0af71c68de3cd36ad01dab94afc58ac2b3bc51748f29f
Details
Created

2021-01-24 18:55:47 UTC

Size

253 MB

Content Digest
Labels
  • maintainer
    Bitnami <containers@bitnami.com>

Environment
BITNAMI_APP_NAME

java

BITNAMI_IMAGE_VERSION

11.0.9-1-debian-10-r60

JAVA_HOME

/opt/bitnami/java

LANG

en_US.UTF-8

LANGUAGE

en_US:en

OS_ARCH

amd64

OS_FLAVOUR

debian-10

OS_NAME

linux

PATH

/opt/bitnami/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ff7c165d667c6c3e17b2fb70ab39e45d4f4a5f5178ba91d0b5dc2d99402c73ef - 10.07% (25.5 MB)

[#001] sha256:28d1ce72d0a7f25751488dc7114ca888c9e760185d0bd251b20c21f3e4d7c935 - 0.0% (769 Bytes)

[#002] sha256:788f55782a9b25e2f25cd37caff7485892271c406c108485bc60430b7952e678 - 10.21% (25.8 MB)

[#003] sha256:4ab3a1b86a302d9681b0b435bfdfddb95f1a02a248f572b7dea589a7e8ccb548 - 78.25% (198 MB)

[#004] sha256:990613c3a33c6d5f1d3a7b8c8c162bd033c0922707a77ea226951db9c790ffd4 - 0.0% (265 Bytes)

[#005] sha256:55839509772aa7f4c0b65d7f473a00b37aa04e59a04931cfbec494da9d423447 - 0.32% (841 KB)

[#006] sha256:18f4fc87b94070e4a27c9c46c72ab1b45a4f594ab0fb6ff4f003cb6859839845 - 0.17% (445 KB)

[#007] sha256:774524ec5d82bbc0b7d176bd3b179e7a9aecd308014d1710cfe8f71273b574d6 - 0.33% (843 KB)

[#008] sha256:257e53083f3db07b2927fcadc37c0e23ae88fe6393b525e8f5d191a200f7cac8 - 0.33% (843 KB)

[#009] sha256:f128e0626d840f36df632384da3f9c8ddf77f19f86bfc05939c30f667b39ef3c - 0.0% (5.08 KB)

[#010] sha256:221c8910681abaaf7b8c51e9cba71248e71ec21612425b0e1f8fd997250abc9b - 0.0% (753 Bytes)

[#011] sha256:5e6cac95421133b001092f2c6c5c55465308ea732ba328390caa9b9119f15067 - 0.33% (842 KB)


History
2021-01-02 03:57:23 UTC (from Bitnami with love)

2021-01-24 18:55:12 UTC

/bin/sh -c #(nop) LABEL maintainer=Bitnami <containers@bitnami.com>

2021-01-24 18:55:12 UTC

/bin/sh -c #(nop) ENV OS_ARCH=amd64 OS_FLAVOUR=debian-10 OS_NAME=linux

2021-01-24 18:55:12 UTC

/bin/sh -c #(nop) COPY dir:e9818a577ae850a12a74171bdff3b5a69404027bde1bf1509d5527db8c0dcec5 in /

2021-01-24 18:55:21 UTC

/bin/sh -c install_packages ca-certificates curl gzip libc6 libsqlite3-dev libssl-dev locales procps tar wget zlib1g

2021-01-24 18:55:30 UTC

/bin/sh -c wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/java-11.0.9-1-0-linux-amd64-debian-10.tar.gz && echo "ef5f22567fba8403553735c9fa26825e3aeb913ce7207b44bcbc336d6ada6b67 /tmp/bitnami/pkg/cache/java-11.0.9-1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && tar -zxf /tmp/bitnami/pkg/cache/java-11.0.9-1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && rm -rf /tmp/bitnami/pkg/cache/java-11.0.9-1-0-linux-amd64-debian-10.tar.gz

2021-01-24 18:55:33 UTC

/bin/sh -c apt-get update && apt-get upgrade -y && rm -r /var/lib/apt/lists /var/cache/apt/archives

2021-01-24 18:55:35 UTC

/bin/sh -c localedef -c -f UTF-8 -i en_US en_US.UTF-8

2021-01-24 18:55:36 UTC

/bin/sh -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales

2021-01-24 18:55:38 UTC

/bin/sh -c echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2021-01-24 18:55:42 UTC

/bin/sh -c echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen

2021-01-24 18:55:43 UTC

/bin/sh -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password

2021-01-24 18:55:43 UTC

/bin/sh -c #(nop) COPY dir:8a25fa46a22089efeb537179daafb22350120fc7cb615d7d56ede6732d280c4b in /

2021-01-24 18:55:47 UTC

/bin/sh -c /opt/bitnami/scripts/locales/add-extra-locales.sh

2021-01-24 18:55:47 UTC

/bin/sh -c #(nop) ENV BITNAMI_APP_NAME=java BITNAMI_IMAGE_VERSION=11.0.9-1-debian-10-r60 JAVA_HOME=/opt/bitnami/java LANG=en_US.UTF-8 LANGUAGE=en_US:en PATH=/opt/bitnami/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-01-24 18:55:47 UTC

/bin/sh -c #(nop) CMD ["bash"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete