Namespace
dbeaver
Image / Tag
cloudbeaver:22.3.0
Content Digest
sha256:9c4d624cfff7653ce9f6fa9a24fbd6e495eab59a65e1d026f2300ea809c2128d
Details
Created

2022-12-05 18:44:09 UTC

Size

210 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-17.0.4.1+1

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

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


Layers

[#000] sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83 - 13.0% (27.3 MB)

[#001] sha256:b5503608cd3ee42cbf7643a392e00ac707a3fd9a24b4cbe9dc6ee9ee6f92397f - 9.14% (19.2 MB)

[#002] sha256:dc48afb12e9658e00f029877973b12e48327315acb314e41bc5ed9efb9ddea5b - 21.29% (44.6 MB)

[#003] sha256:92e43e5253990dd17e1fcff5b158eed867ce9dd4871a3f3cfeed80580bff93e3 - 0.0% (161 Bytes)

[#004] sha256:8522e423c91e3b6c063b6777e3263bc7e7048ce909f1046b0641f84f20d46451 - 56.57% (119 MB)


History
2022-10-25 01:53:34 UTC

/bin/sh -c #(nop) ADD file:7633003155a1059419aa1a6756fafb6e4f419d65bff7feb7c945de1e29dccb1e in /

2022-10-25 01:53:35 UTC

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

2022-10-25 17:27:25 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk

2022-10-25 17:27:25 UTC

/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-10-25 17:27:25 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8

2022-10-25 17:29:54 UTC

/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl wget ca-certificates fontconfig locales binutils && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*

2022-10-25 17:29:55 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-17.0.4.1+1

2022-10-25 17:30:51 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='2e4137529319cd7935f74e1289025b7b4c794c0fb47a3d138adffbd1bbc0ea58'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4.1%2B1/OpenJDK17U-jre_aarch64_linux_hotspot_17.0.4.1_1.tar.gz'; ;; armhf|arm) ESUM='b63f532cb8b30e4d0bd18d52f08c1933e3cf66aeb373180d002274b6d94b4a25'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4.1%2B1/OpenJDK17U-jre_arm_linux_hotspot_17.0.4.1_1.tar.gz'; ;; ppc64el|powerpc:common64) ESUM='02947997297742ac5a7064fc5414042071fb96d0260d3756100abb281eff3cde'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4.1%2B1/OpenJDK17U-jre_ppc64le_linux_hotspot_17.0.4.1_1.tar.gz'; ;; s390x|s390:64-bit) ESUM='f594458bbf42d1d43f7fb5880d0b09d5f9ac11e8eea0de8756419228a823d21c'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4.1%2B1/OpenJDK17U-jre_s390x_linux_hotspot_17.0.4.1_1.tar.gz'; ;; amd64|i386:x86-64) ESUM='e96814ee145a599397d91e16831d2dddc3c6b8e8517a8527e28e727649aaa2d1'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4.1%2B1/OpenJDK17U-jre_x64_linux_hotspot_17.0.4.1_1.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm /tmp/openjdk.tar.gz; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump;

2022-10-25 17:30:52 UTC

/bin/sh -c echo Verifying install ... && fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java && echo java --version && java --version && echo Complete.

2022-12-05 18:44:06 UTC

/bin/sh -c #(nop) COPY dir:555880d4048839ad4702f577355ccbad2768688b585388db3d72e6283a890ccb in /opt/cloudbeaver

2022-12-05 18:44:09 UTC

/bin/sh -c #(nop) EXPOSE 8978

2022-12-05 18:44:09 UTC

/bin/sh -c #(nop) WORKDIR /opt/cloudbeaver/

2022-12-05 18:44:09 UTC

/bin/sh -c #(nop) ENTRYPOINT ["./run-server.sh"]

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