Namespace
adoptopenjdk
Image / Tag
openjdk8:s390x-ubi-jdk8u232-b09-slim
Content Digest
sha256:51c6fabc453d2e6a4adc6e52df15f9ee2df1f2ebf1c12ee4e8ae3467684adeaa
Details
Created

2019-12-16 18:43:44 UTC

Size

163 MB

Content Digest
Labels
  • architecture
    s390x
  • authoritative-source-url
    registry.access.redhat.com
  • build-date
    2019-10-29T16:44:50.100028
  • com.redhat.build-host
    s390-c2-vm-03.prod.osbs.eng.bos.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
    8
  • 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.1-277
  • vcs-ref
    c42933bcdbf9f1c232e981a5e40de257c3534c8e
  • vcs-type
    git
  • vendor
    AdoptOpenJDK
  • version
    jdk8u232-b09

Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u232-b09

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:736d7c03e838f7757a7b63ee8c3d1397637403bcd4de2604ab7e9732d5d223cd - 40.79% (66.5 MB)

[#001] sha256:12e3b1d8613ebf33ad98f1b611477ab7edc5f8e7878095c0663354dd5c15c387 - 0.0% (1.49 KB)

[#002] sha256:cabd1c3541f64ee72e71c302a3bb65dc97f740bcc6cdaae13c32ebee3275ebe6 - 0.33% (546 KB)

[#003] sha256:fe717812a1bacf8ccbb84366c3f653513af0350f43116703e047e870a4dc954b - 0.0% (4.62 KB)

[#004] sha256:3d1d93f2fd04712d69ee64a71dccc4ae9f684f0023bf18b68f05eceff5c61947 - 58.88% (96.1 MB)


History
2019-10-29 16:45:25 UTC (Imported from -)

2019-10-29 16:45:41 UTC

2019-12-16 18:43:12 UTC

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

2019-12-16 18:43:20 UTC

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

2019-12-16 18:43:20 UTC

/bin/sh -c #(nop) LABEL name=AdoptOpenJDK Java vendor=AdoptOpenJDK version=jdk8u232-b09 release=8 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

2019-12-16 18:43:21 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u232-b09

2019-12-16 18:43:23 UTC

/bin/sh -c #(nop) COPY multi:cf4be6a9ef2b0c0839455663ab8ae93b8a2adcce73c7783ec2e32cde78589b3e in /usr/local/bin/

2019-12-16 18:43:44 UTC

/bin/sh -c set -eux; ARCH="$(uname -m)"; case "${ARCH}" in aarch64|arm64) ESUM='35799a2fd4b467115aff1bc3a54853b5131ba9068e53e1ab0fbe5521a3f2ba83'; BINARY_URL='https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u232-b09/OpenJDK8U-jdk_aarch64_linux_hotspot_8u232b09.tar.gz'; ;; armhf) ESUM='fdd9f61f1b2df74242da54ee3b3231b0123782a917e9673351276da439c7cab1'; BINARY_URL='https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u232-b09/OpenJDK8U-jdk_arm_linux_hotspot_8u232b09.tar.gz'; ;; ppc64el|ppc64le) ESUM='da87bdc04b47477b42afc76066dbd96efa35ad967238be03a0081f8840e893a8'; BINARY_URL='https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u232-b09/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u232b09.tar.gz'; ;; s390x) ESUM='bd20cb8bf4cfab9d3e2b2ccfb9a6f9eda1e4e67b4103b9975d29de12c05ad1f5'; BINARY_URL='https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u232-b09/OpenJDK8U-jdk_s390x_linux_hotspot_8u232b09.tar.gz'; ;; amd64|x86_64) ESUM='7b7884f2eb2ba2d47f4c0bf3bb1a2a95b73a3a7734bd47ebf9798483a7bcc423'; BINARY_URL='https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u232-b09/OpenJDK8U-jdk_x64_linux_hotspot_8u232b09.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;

2019-12-16 18:43:44 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

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