Namespace
bellsoft
Image / Tag
liberica-runtime-container:jdk-all-25.0.3-cds-stream-glibc
Content Digest
sha256:3e579cfb9f968864dfe8911db8b6a85b37dfb060e56ccb8c567fcf00b08278ab
Details
Created

2026-07-24 20:20:53 UTC

Size

211 MB

Content Digest
Labels
  • maintainer
    BellSoft <info@bell-sw.com>
  • org.opencontainers.image.authors
    BellSoft <info@bell-sw.com>
  • org.opencontainers.image.description
    BellSoft Alpaquita Linux Stream (glibc) image with Liberica JDK all Lite 25

Environment
JAVA_HOME

/usr/lib/jvm/liberica25-lite

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:a21106b54ed4d21cae0f1663828c4f8d1dd678d981aabe723f516b8510a28340 - 4.52% (9.53 MB)

[#001] sha256:a22c30383932a2a449c370b887e80471c6dbfe785dc5e785346a944a35a6620e - 95.48% (201 MB)


History
2026-07-24 19:29:45 UTC

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

2026-07-24 19:29:45 UTC

/bin/sh -c #(nop) ARG APK_REPOS MINIROOTFS

2026-07-24 19:29:45 UTC

/bin/sh -c #(nop) ARG APK_REPOS LOCALES MINIROOTFS

2026-07-24 19:29:45 UTC

/bin/sh -c #(nop) ARG APK_REPOS LOCALES MAINTAINER MINIROOTFS

2026-07-24 19:29:45 UTC

/bin/sh -c #(nop) ARG APK_REPOS DESCRIPTION LOCALES MAINTAINER MINIROOTFS

2026-07-24 19:29:45 UTC

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

2026-07-24 19:29:45 UTC

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

2026-07-24 19:29:45 UTC

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

2026-07-24 19:29:46 UTC

/bin/sh -c #(nop) ADD file:691503257f9c55fd9ec76d3e126c265df71aa6e3bf2534453823dd97d149de0d in /

2026-07-24 19:29:46 UTC

|12 APK_REPOS= DESCRIPTION=BellSoft Alpaquita Linux Stream (glibc) base image LOCALES= MAINTAINER=BellSoft <info@bell-sw.com> MINIROOTFS=alpaquita-minirootfs-stream-260724-glibc-x86_64.tar.gz /bin/sh -c <<EOF set -ex; command set -o pipefail if [ -n "$APK_REPOS" ]; then printf '%s\n' $APK_REPOS | tee /etc/apk/repositories fi rootfs_libc=$(. /etc/os-release; echo $LIBC_TYPE) if [ "$rootfs_libc" = "musl" ]; then # musl-perf is a musl libc with performance optimizations apk add --no-cache -u musl-perf fi if [ "$rootfs_libc" = "glibc" ] && [ -n "$LOCALES" ]; then apk add --no-cache glibc-locales # This takes less space than the --archive option locale-gen --no-archive $LOCALES apk del --no-cache glibc-locales rm -f /etc/locale.gen fi

2026-07-24 19:29:47 UTC

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

2026-07-24 20:20:44 UTC (FROM docker.io/bellsoft/alpaquita-linux-base:glibc)

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

2026-07-24 20:20:44 UTC

/bin/sh -c #(nop) ARG JAVA_RELEASE MAINTAINER

2026-07-24 20:20:44 UTC

/bin/sh -c #(nop) ARG JAVA_RELEASE MAINTAINER OS_DESCRIPTION

2026-07-24 20:20:44 UTC

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

2026-07-24 20:20:45 UTC

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

2026-07-24 20:20:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description="$OS_DESCRIPTION image with Liberica JDK all Lite ${JAVA_RELEASE}"

2026-07-24 20:20:45 UTC

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

2026-07-24 20:20:45 UTC

/bin/sh -c #(nop) ENV JAVA_HOME="/usr/lib/jvm/liberica${JAVA_RELEASE}-lite"

2026-07-24 20:20:59 UTC

|8 JAVA_RELEASE=25 MAINTAINER=BellSoft <info@bell-sw.com> OS_DESCRIPTION=BellSoft Alpaquita Linux Stream (glibc) /bin/sh -c <<EOF set -ex; command set -o pipefail apk add --no-cache -u "liberica${JAVA_RELEASE}-lite-jdk-all" apk add --no-cache -u "liberica${JAVA_RELEASE}-lite-jre-cds"

Details
Created

2026-07-24 20:20:45 UTC

Size

207 MB

Content Digest
Labels
  • maintainer
    BellSoft <info@bell-sw.com>
  • org.opencontainers.image.authors
    BellSoft <info@bell-sw.com>
  • org.opencontainers.image.description
    BellSoft Alpaquita Linux Stream (glibc) image with Liberica JDK all Lite 25

Environment
JAVA_HOME

/usr/lib/jvm/liberica25-lite

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:f6f9aea5d3ada14ccbf7a2b61f93282eaee02ba73038389038db49a4c69e14c7 - 3.59% (7.42 MB)

[#001] sha256:a2a20cb268912f79232b0f7b0bf177fb472ae340879be854df88d64d4e622900 - 96.41% (199 MB)


History
2026-07-24 19:29:47 UTC

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

2026-07-24 19:29:47 UTC

/bin/sh -c #(nop) ARG APK_REPOS MINIROOTFS

2026-07-24 19:29:47 UTC

/bin/sh -c #(nop) ARG APK_REPOS LOCALES MINIROOTFS

2026-07-24 19:29:47 UTC

/bin/sh -c #(nop) ARG APK_REPOS LOCALES MAINTAINER MINIROOTFS

2026-07-24 19:29:47 UTC

/bin/sh -c #(nop) ARG APK_REPOS DESCRIPTION LOCALES MAINTAINER MINIROOTFS

2026-07-24 19:29:47 UTC

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

2026-07-24 19:29:47 UTC

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

2026-07-24 19:29:47 UTC

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

2026-07-24 19:29:48 UTC

/bin/sh -c #(nop) ADD file:253ebde3782b6d8ea68d946dffa131f8d8b498782f449f24798c7a1243967f2d in /

2026-07-24 19:29:48 UTC

|12 APK_REPOS= DESCRIPTION=BellSoft Alpaquita Linux Stream (glibc) base image LOCALES= MAINTAINER=BellSoft <info@bell-sw.com> MINIROOTFS=alpaquita-minirootfs-stream-260724-glibc-aarch64.tar.gz /bin/sh -c <<EOF set -ex; command set -o pipefail if [ -n "$APK_REPOS" ]; then printf '%s\n' $APK_REPOS | tee /etc/apk/repositories fi rootfs_libc=$(. /etc/os-release; echo $LIBC_TYPE) if [ "$rootfs_libc" = "musl" ]; then # musl-perf is a musl libc with performance optimizations apk add --no-cache -u musl-perf fi if [ "$rootfs_libc" = "glibc" ] && [ -n "$LOCALES" ]; then apk add --no-cache glibc-locales # This takes less space than the --archive option locale-gen --no-archive $LOCALES apk del --no-cache glibc-locales rm -f /etc/locale.gen fi

2026-07-24 19:29:48 UTC

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

2026-07-24 20:20:36 UTC (FROM docker.io/bellsoft/alpaquita-linux-base:glibc)

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

2026-07-24 20:20:37 UTC

/bin/sh -c #(nop) ARG JAVA_RELEASE MAINTAINER

2026-07-24 20:20:37 UTC

/bin/sh -c #(nop) ARG JAVA_RELEASE MAINTAINER OS_DESCRIPTION

2026-07-24 20:20:37 UTC

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

2026-07-24 20:20:37 UTC

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

2026-07-24 20:20:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description="$OS_DESCRIPTION image with Liberica JDK all Lite ${JAVA_RELEASE}"

2026-07-24 20:20:37 UTC

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

2026-07-24 20:20:37 UTC

/bin/sh -c #(nop) ENV JAVA_HOME="/usr/lib/jvm/liberica${JAVA_RELEASE}-lite"

2026-07-24 20:20:46 UTC

|8 JAVA_RELEASE=25 MAINTAINER=BellSoft <info@bell-sw.com> OS_DESCRIPTION=BellSoft Alpaquita Linux Stream (glibc) /bin/sh -c <<EOF set -ex; command set -o pipefail apk add --no-cache -u "liberica${JAVA_RELEASE}-lite-jdk-all" apk add --no-cache -u "liberica${JAVA_RELEASE}-lite-jre-cds"

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