Namespace
bellsoft
Image / Tag
liberica-runtime-container:jre-8.442_7-slim-stream-glibc
Content Digest
sha256:82320a897fd6aa21a9dde07565910f3e1deee3b2fac5304ffc8b750b0f2d096d
Details
Created

2025-04-17 21:40:33 UTC

Size

50.8 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 JRE 8, 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:b7bb22e076383541eb7b277cd5c874def5a89be8474f221a26daa2f6d6f486f8 - 100.0% (50.8 MB)


History
2025-04-17 21:40:32 UTC (FROM docker.io/bellsoft/alpaquita-linux-base:stream-glibc)

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

2025-04-17 21:40:32 UTC

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

2025-04-17 21:40:32 UTC

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

2025-04-17 21:40:32 UTC

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

2025-04-17 21:40:32 UTC

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

2025-04-17 21:40:32 UTC

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

2025-04-17 21:40:32 UTC

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

2025-04-17 21:40:32 UTC

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

2025-04-17 21:40:32 UTC

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

2025-04-17 21:40:32 UTC

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

2025-04-17 21:40:34 UTC

|18 BUNDLE_TYPE=jre CDS=no DESCRIPTION=Alpaquita Stream Glibc based image with Liberica JRE 8, 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-17 21:45:46 UTC

Size

49 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 JRE 8, 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:043e504fbaa87703b47fb8659cd16e3a11677ee2f1f6aae9000aa50a78a0abec - 100.0% (49 MB)


History
2025-04-17 21:45:44 UTC (FROM docker.io/bellsoft/alpaquita-linux-base:stream-glibc)

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

2025-04-17 21:45:44 UTC

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

2025-04-17 21:45:44 UTC

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

2025-04-17 21:45:44 UTC

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

2025-04-17 21:45:44 UTC

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

2025-04-17 21:45:44 UTC

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

2025-04-17 21:45:44 UTC

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

2025-04-17 21:45:44 UTC

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

2025-04-17 21:45:44 UTC

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

2025-04-17 21:45:44 UTC

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

2025-04-17 21:45:46 UTC

|18 BUNDLE_TYPE=jre CDS=no DESCRIPTION=Alpaquita Stream Glibc based image with Liberica JRE 8, 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