2024-07-14 22:44:19 UTC
52 MB
/usr/lib/jvm/liberica8
LANGen_US.UTF-8
LANGUAGEen_US:en
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8f76955de0631d2c2f2360b318ee186b2433e1fe075d893c0a62cf0367305503 - 100.0% (52 MB)
/bin/sh -c #(nop) ARG BUNDLE_TYPE
2024-07-14 22:44:01 UTC/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS
2024-07-14 22:44:01 UTC/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS REMOVE_APK_TOOLS
2024-07-14 22:44:01 UTC/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS MAINTAINER REMOVE_APK_TOOLS
2024-07-14 22:44:01 UTC/bin/sh -c #(nop) ARG BUNDLE_TYPE CDS DESCRIPTION MAINTAINER REMOVE_APK_TOOLS
2024-07-14 22:44:01 UTC/bin/sh -c #(nop) LABEL maintainer="$MAINTAINER"
2024-07-14 22:44:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="$MAINTAINER"
2024-07-14 22:44:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description="$DESCRIPTION"
2024-07-14 22:44:01 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en
2024-07-14 22:44:01 UTC/bin/sh -c #(nop) ENV JAVA_HOME="/usr/lib/jvm/liberica8"
2024-07-14 22:44:20 UTC (FROM docker.io/bellsoft/alpaquita-linux-base:stream-musl-240714)|18 BUNDLE_TYPE=jdk CDS=no DESCRIPTION=Alpaquita Stream Musl based image with Liberica JDK 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
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.