Namespace
bellsoft
Image / Tag
liberica-runtime-container:jdk-8.452_11-cds-slim-glibc
Content Digest
sha256:1ac99b85e0947d34286202c7db2b80ac25a2c943f715147226ef515183467f26
Details
Created

2025-04-19 20:57:45 UTC

Size

67.9 MB

Content Digest
Labels
  • maintainer
    BellSoft <info@bell-sw.com>
  • org.opencontainers.image.authors
    BellSoft <info@bell-sw.com>
  • org.opencontainers.image.description
    Alpaquita Stream Glibc based image with Liberica JDK 8, with CDS archives, with APK tools removed.

Environment
JAVA_HOME

/usr/lib/jvm/liberica8

LANG

en_US.UTF-8

LANGUAGE

en_US:en

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:8a9adb3a631182ed45145f85bb7366df3463feb37ad597d110044a1934086609 - 100.0% (67.9 MB)


History
2025-04-19 20:57:43 UTC (FROM docker.io/bellsoft/alpaquita-linux-base:stream-glibc)

/bin/sh -c #(nop) ARG BUNDLE_TYPE

2025-04-19 20:57:43 UTC

/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS

2025-04-19 20:57:43 UTC

/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS REMOVE_APK_TOOLS

2025-04-19 20:57:43 UTC

/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS MAINTAINER REMOVE_APK_TOOLS

2025-04-19 20:57:43 UTC

/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS DESCRIPTION MAINTAINER REMOVE_APK_TOOLS

2025-04-19 20:57:43 UTC

/bin/sh -c #(nop) LABEL maintainer="$MAINTAINER"

2025-04-19 20:57:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="$MAINTAINER"

2025-04-19 20:57:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description="$DESCRIPTION"

2025-04-19 20:57:43 UTC

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

2025-04-19 20:57:43 UTC

/bin/sh -c #(nop) ENV JAVA_HOME="/usr/lib/jvm/liberica8"

2025-04-19 20:57:46 UTC

|21 BUNDLE_TYPE=jdk CDS=yes DESCRIPTION=Alpaquita Stream Glibc based image with Liberica JDK 8, with CDS archives, with APK tools removed. MAINTAINER=BellSoft <info@bell-sw.com> REMOVE_APK_TOOLS=yes /bin/sh -c set -e; command set -o pipefail; case "$BUNDLE_TYPE" in jre|jdk) ;; *) echo -n "Invalid BUNDLE_TYPE: '${BUNDLE_TYPE}'. "; echo "Only 'jre' and 'jdk' are supported."; exit 1; ;; esac; case "$CDS" in yes|no) ;; *) echo "Invalid CDS: '${CDS}'. "; echo "Only 'yes' and 'no' are supported."; exit 1; ;; esac; case "$REMOVE_APK_TOOLS" in yes|no) ;; *) echo "Invalid REMOVE_APK_TOOLS: '${REMOVE_APK_TOOLS}'. "; echo "Only 'yes' and 'no' are supported."; exit 1; ;; esac; apk add --no-cache "liberica8-${BUNDLE_TYPE}-no-deps"; if [ "$CDS" = "yes" ]; then java -Xshare:dump; fi; if [ "$REMOVE_APK_TOOLS" = "yes" ]; then apk del --no-cache apk-tools; fi

Details
Created

2025-04-19 20:42:09 UTC

Size

66.2 MB

Content Digest
Labels
  • maintainer
    BellSoft <info@bell-sw.com>
  • org.opencontainers.image.authors
    BellSoft <info@bell-sw.com>
  • org.opencontainers.image.description
    Alpaquita Stream Glibc based image with Liberica JDK 8, with CDS archives, with APK tools removed.

Environment
JAVA_HOME

/usr/lib/jvm/liberica8

LANG

en_US.UTF-8

LANGUAGE

en_US:en

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:58351f5eebfadf5bf0909b763c2321229e862bb502e8282314bdffbea29345a0 - 100.0% (66.2 MB)


History
2025-04-19 20:42:07 UTC (FROM docker.io/bellsoft/alpaquita-linux-base:stream-glibc)

/bin/sh -c #(nop) ARG BUNDLE_TYPE

2025-04-19 20:42:07 UTC

/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS

2025-04-19 20:42:07 UTC

/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS REMOVE_APK_TOOLS

2025-04-19 20:42:07 UTC

/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS MAINTAINER REMOVE_APK_TOOLS

2025-04-19 20:42:07 UTC

/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS DESCRIPTION MAINTAINER REMOVE_APK_TOOLS

2025-04-19 20:42:07 UTC

/bin/sh -c #(nop) LABEL maintainer="$MAINTAINER"

2025-04-19 20:42:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="$MAINTAINER"

2025-04-19 20:42:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description="$DESCRIPTION"

2025-04-19 20:42:07 UTC

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

2025-04-19 20:42:07 UTC

/bin/sh -c #(nop) ENV JAVA_HOME="/usr/lib/jvm/liberica8"

2025-04-19 20:42:10 UTC

|21 BUNDLE_TYPE=jdk CDS=yes DESCRIPTION=Alpaquita Stream Glibc based image with Liberica JDK 8, with CDS archives, with APK tools removed. MAINTAINER=BellSoft <info@bell-sw.com> REMOVE_APK_TOOLS=yes /bin/sh -c set -e; command set -o pipefail; case "$BUNDLE_TYPE" in jre|jdk) ;; *) echo -n "Invalid BUNDLE_TYPE: '${BUNDLE_TYPE}'. "; echo "Only 'jre' and 'jdk' are supported."; exit 1; ;; esac; case "$CDS" in yes|no) ;; *) echo "Invalid CDS: '${CDS}'. "; echo "Only 'yes' and 'no' are supported."; exit 1; ;; esac; case "$REMOVE_APK_TOOLS" in yes|no) ;; *) echo "Invalid REMOVE_APK_TOOLS: '${REMOVE_APK_TOOLS}'. "; echo "Only 'yes' and 'no' are supported."; exit 1; ;; esac; apk add --no-cache "liberica8-${BUNDLE_TYPE}-no-deps"; if [ "$CDS" = "yes" ]; then java -Xshare:dump; fi; if [ "$REMOVE_APK_TOOLS" = "yes" ]; then apk del --no-cache apk-tools; fi

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