Namespace
bellsoft
Image / Tag
liberica-runtime-container:jdk-all-23.0.1_13-cds-stream-musl
Content Digest
sha256:8e605b94765e7309b6bd483247723d84b256039570b786f901c436db02a8064b
Details
Created

2025-01-23 12:12:49 UTC

Size

195 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 Musl based image with Liberica JDK-ALL 23, with CDS archives.

Environment
JAVA_HOME

/usr/lib/jvm/liberica23-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:016f3349c332498470f2f5e82ac376525868cdef73de5cbed13a06c0296c99dc - 1.84% (3.58 MB)

[#001] sha256:2df6163eca619fc2bcb6e711eaea027e3070f5b9f20fa0fc6f723aaca59fc430 - 98.16% (191 MB)


History
2025-01-22 21:13:46 UTC

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

2025-01-22 21:13:46 UTC

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

2025-01-22 21:13:46 UTC

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

2025-01-22 21:13:46 UTC

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

2025-01-22 21:13:46 UTC

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

2025-01-22 21:13:46 UTC

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

2025-01-22 21:13:46 UTC

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

2025-01-22 21:13:46 UTC

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

2025-01-22 21:13:46 UTC

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

2025-01-22 21:13:46 UTC

/bin/sh -c #(nop) ADD file:6cf793b36b50a5d89b9e9423b60441e63d7fc031838d9a540e21dfbd520ca894 in /

2025-01-22 21:13:48 UTC

|9 APK_REPOS= DESCRIPTION=Alpaquita Stream Musl LIBC=musl LOCALES= MAINTAINER=BellSoft <info@bell-sw.com> MINIROOTFS=alpaquita-minirootfs-stream-250122-musl-x86_64.tar.gz /bin/sh -c set -e; command set -o pipefail; rootfs_libc=$(. /etc/os-release; echo $LIBC_TYPE); case "$LIBC" in glibc|musl) if [ "$rootfs_libc" != "$LIBC" ]; then echo "${MINIROOTFS}: got '${rootfs_libc}', expected '${LIBC}'"; exit 1; fi; ;; *) echo -n "Invalid LIBC: '${LIBC}'. "; echo "Only 'glibc' and 'musl' are supported."; exit 1; ;; esac; if [ -n "$APK_REPOS" ]; then printf '%s\n' $APK_REPOS | tee /etc/apk/repositories; fi; if [ "$LIBC" = "musl" ]; then apk add --no-cache musl-perf; fi; if [ "$LIBC" = "glibc" ] && [ -n "$LOCALES" ]; then apk add --no-cache glibc-locales; locale-gen --no-archive $LOCALES; apk del --no-cache glibc-locales ; rm -f /etc/locale.gen; fi

2025-01-22 21:13:48 UTC

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

2025-01-23 12:12:40 UTC (FROM docker.io/bellsoft/alpaquita-linux-base:stream-musl)

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

2025-01-23 12:12:40 UTC (FROM c3aec90ff2fc)

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

2025-01-23 12:12:40 UTC (FROM 53fd17745cea)

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

2025-01-23 12:12:40 UTC (FROM e95f8402f239)

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

2025-01-23 12:12:40 UTC (FROM da9aca6a5110)

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

2025-01-23 12:12:40 UTC (FROM 1e389bcc38fd)

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

2025-01-23 12:12:40 UTC (FROM 88516de6e2e2)

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

2025-01-23 12:12:40 UTC (FROM ef7d545e2f65)

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

2025-01-23 12:12:41 UTC (FROM 64184a564f86)

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

2025-01-23 12:12:41 UTC (FROM 4528838ce8e2)

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

2025-01-23 12:12:41 UTC (FROM e85e11609c09)

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

2025-01-23 12:12:50 UTC (FROM c8df739345fe)

|18 BUNDLE_TYPE=jdk-all CDS=yes DESCRIPTION=Alpaquita Stream Musl based image with Liberica JDK-ALL 23, with CDS archives. JAVA_RELEASE=23 MAINTAINER=BellSoft <info@bell-sw.com> REMOVE_APK_TOOLS=no /bin/sh -c set -e; command set -o pipefail; case "$JAVA_RELEASE" in 11|17|21|22|23) ;; *) echo -n "Invalid JAVA_RELEASE: '${JAVA_RELEASE}'. "; echo "Only '11', '17', '21', '22' and '23' are supported."; exit 1; ;; esac; case "$BUNDLE_TYPE" in jdk) NO_DEPS='-no-deps'; ;; jdk-all) ;; *) echo -n "Invalid BUNDLE_TYPE: '${BUNDLE_TYPE}'. "; echo "Only 'jdk' and 'jdk-all' 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 "liberica${JAVA_RELEASE}-lite-${BUNDLE_TYPE}${NO_DEPS}"; if [ "$CDS" = "yes" ]; then apk add --no-cache "liberica${JAVA_RELEASE}-lite-jre-cds"; fi; if [ "$REMOVE_APK_TOOLS" = "yes" ]; then apk del --no-cache apk-tools; fi

Details
Created

2025-01-23 12:30:29 UTC

Size

194 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 Musl based image with Liberica JDK-ALL 23, with CDS archives.

Environment
JAVA_HOME

/usr/lib/jvm/liberica23-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:bac9c7edcf26f526a4d97fd409dd374369bf74baee2d5c043b5847caf6807411 - 1.99% (3.86 MB)

[#001] sha256:ab45a9957186074b59349b2555d0229c5e666236ea9f9a68ea11fb1f1fa8f7d6 - 98.01% (190 MB)


History
2025-01-22 21:29:34 UTC

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

2025-01-22 21:29:34 UTC

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

2025-01-22 21:29:34 UTC

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

2025-01-22 21:29:34 UTC

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

2025-01-22 21:29:34 UTC

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

2025-01-22 21:29:34 UTC

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

2025-01-22 21:29:34 UTC

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

2025-01-22 21:29:34 UTC

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

2025-01-22 21:29:34 UTC

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

2025-01-22 21:29:34 UTC

/bin/sh -c #(nop) ADD file:5e18c44849d7f3cd94f7a5c472f4b23ce6870c952918b7ebc721041c30382380 in /

2025-01-22 21:29:36 UTC

|9 APK_REPOS= DESCRIPTION=Alpaquita Stream Musl LIBC=musl LOCALES= MAINTAINER=BellSoft <info@bell-sw.com> MINIROOTFS=alpaquita-minirootfs-stream-250122-musl-aarch64.tar.gz /bin/sh -c set -e; command set -o pipefail; rootfs_libc=$(. /etc/os-release; echo $LIBC_TYPE); case "$LIBC" in glibc|musl) if [ "$rootfs_libc" != "$LIBC" ]; then echo "${MINIROOTFS}: got '${rootfs_libc}', expected '${LIBC}'"; exit 1; fi; ;; *) echo -n "Invalid LIBC: '${LIBC}'. "; echo "Only 'glibc' and 'musl' are supported."; exit 1; ;; esac; if [ -n "$APK_REPOS" ]; then printf '%s\n' $APK_REPOS | tee /etc/apk/repositories; fi; if [ "$LIBC" = "musl" ]; then apk add --no-cache musl-perf; fi; if [ "$LIBC" = "glibc" ] && [ -n "$LOCALES" ]; then apk add --no-cache glibc-locales; locale-gen --no-archive $LOCALES; apk del --no-cache glibc-locales ; rm -f /etc/locale.gen; fi

2025-01-22 21:29:36 UTC

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

2025-01-23 12:30:22 UTC (FROM docker.io/bellsoft/alpaquita-linux-base:stream-musl)

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

2025-01-23 12:30:22 UTC (FROM 98e49bd508a2)

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

2025-01-23 12:30:22 UTC (FROM f74f06d05861)

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

2025-01-23 12:30:22 UTC (FROM e7800bfb8273)

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

2025-01-23 12:30:22 UTC (FROM cdee33efba9c)

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

2025-01-23 12:30:23 UTC (FROM 54bfbb835ee4)

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

2025-01-23 12:30:23 UTC (FROM 7d3b49502257)

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

2025-01-23 12:30:23 UTC (FROM ae918a13067d)

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

2025-01-23 12:30:23 UTC (FROM b850aee95aad)

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

2025-01-23 12:30:23 UTC (FROM fc4b5ca2c5b3)

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

2025-01-23 12:30:23 UTC (FROM 2c25cb2b878e)

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

2025-01-23 12:30:29 UTC (FROM 0847c246f47e)

|18 BUNDLE_TYPE=jdk-all CDS=yes DESCRIPTION=Alpaquita Stream Musl based image with Liberica JDK-ALL 23, with CDS archives. JAVA_RELEASE=23 MAINTAINER=BellSoft <info@bell-sw.com> REMOVE_APK_TOOLS=no /bin/sh -c set -e; command set -o pipefail; case "$JAVA_RELEASE" in 11|17|21|22|23) ;; *) echo -n "Invalid JAVA_RELEASE: '${JAVA_RELEASE}'. "; echo "Only '11', '17', '21', '22' and '23' are supported."; exit 1; ;; esac; case "$BUNDLE_TYPE" in jdk) NO_DEPS='-no-deps'; ;; jdk-all) ;; *) echo -n "Invalid BUNDLE_TYPE: '${BUNDLE_TYPE}'. "; echo "Only 'jdk' and 'jdk-all' 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 "liberica${JAVA_RELEASE}-lite-${BUNDLE_TYPE}${NO_DEPS}"; if [ "$CDS" = "yes" ]; then apk add --no-cache "liberica${JAVA_RELEASE}-lite-jre-cds"; 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