Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-ubi-jdk-11.0.15_10
Content Digest
sha256:b54e776d824f32287b857dc4e62723092ad15d82eec5ea205caf3f0d685fab94
Details
Created

2022-07-19 18:20:21 UTC

Size

341 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2021-10-26T13:03:15.222780
  • com.redhat.build-host
    cpt-1003.osbs.prod.upshift.rdu2.redhat.com
  • com.redhat.component
    ubi8-container
  • com.redhat.license_terms
    https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
  • description
    For more information on this image please see https://github.com/AdoptOpenJDK/openjdk-docker/blob/master/README.md
  • distribution-scope
    public
  • io.k8s.description
    The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
  • io.k8s.display-name
    Red Hat Universal Base Image 8
  • io.openshift.expose-services
  • io.openshift.tags
    base rhel8
  • maintainer
    Red Hat, Inc.
  • name
    AdoptOpenJDK Java
  • release
    11
  • run
    docker run --rm -ti <image_name:tag> /bin/bash
  • summary
    AdoptOpenJDK Docker Image for OpenJDK with hotspot and ubi
  • url
    https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.4-213
  • vcs-ref
    ed5adf70c28eb951940c72f4173fa32c4bca2165
  • vcs-type
    git
  • vendor
    AdoptOpenJDK
  • version
    jdk-11.0.15+10

Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-11.0.15+10

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

container

oci


Layers

[#000] sha256:eac1b95df832dc9f172fd1f07e7cb50c1929b118a4249ddd02c6318a677b506a - 23.29% (79.4 MB)

[#001] sha256:47aa3ed2034c4f27622b989b26c06087de17067268a19a1b3642a7e2686cd1a3 - 0.0% (1.75 KB)

[#002] sha256:885fa4d5b308173a22987ce97daca0674303b2cd536d4a0a89901e32aee93e79 - 22.44% (76.6 MB)

[#003] sha256:6847751929690bd849d43af9f698bad73d52b1643a52bef8b180be2da0124e18 - 54.26% (185 MB)


History
2021-10-26 13:03:29 UTC (Imported from -)

2021-10-26 13:03:40 UTC

2022-07-19 18:19:38 UTC

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

2022-07-19 18:20:13 UTC

/bin/sh -c dnf install -y tzdata openssl curl ca-certificates fontconfig glibc-langpack-en gzip tar && dnf update -y; dnf clean all

2022-07-19 18:20:14 UTC

/bin/sh -c #(nop) LABEL name=AdoptOpenJDK Java vendor=AdoptOpenJDK version=jdk-11.0.15+10 release=11 run=docker run --rm -ti <image_name:tag> /bin/bash summary=AdoptOpenJDK Docker Image for OpenJDK with hotspot and ubi description=For more information on this image please see https://github.com/AdoptOpenJDK/openjdk-docker/blob/master/README.md

2022-07-19 18:20:14 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.15+10

2022-07-19 18:20:20 UTC

/bin/sh -c set -eux; ARCH="$(uname -m)"; case "${ARCH}" in aarch64|arm64) ESUM='999fbd90b070f9896142f0eb28354abbeb367cbe49fd86885c626e2999189e0a'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15%2B10/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.15_10.tar.gz'; ;; ppc64el|ppc64le) ESUM='a8fba686f6eb8ae1d1a9566821dbd5a85a1108b96ad857fdbac5c1e4649fc56f'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15%2B10/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.15_10.tar.gz'; ;; s390x) ESUM='a58fc0361966af0a5d5a31a2d8a208e3c9bb0f54f345596fd80b99ea9a39788b'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15%2B10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.15_10.tar.gz'; ;; amd64|x86_64) ESUM='5fdb4d5a1662f0cca73fec30f99e67662350b1fa61460fa72e91eb9f66b54d0b'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.15_10.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; curl -LfsSo /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p /opt/java/openjdk; cd /opt/java/openjdk; tar -xf /tmp/openjdk.tar.gz --strip-components=1; rm -rf /tmp/openjdk.tar.gz;

2022-07-19 18:20:21 UTC

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

2022-07-19 18:20:21 UTC

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

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