where-is-ole (latest)

Published 2023-04-15 20:46:56 +00:00 by obittner

Installation

docker pull git.oleb.it/obittner/where-is-ole:latest
sha256:bef2ecaf941a17431f08b539ad4443c27432a93ad8667bc75a987494fb4e75d1

Image Layers

ADD file:40887ab7c06977737e63c215c9bd297c0c74de8d12d16ebdf1c3d40ac392f62d in /
CMD ["/bin/sh"]
ENV JAVA_HOME=/opt/java/openjdk
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
/bin/sh -c apk add --no-cache fontconfig libretls musl-locales musl-locales-lang ttf-dejavu tzdata zlib && rm -rf /var/cache/apk/*
ENV JAVA_VERSION=jdk-19.0.2+7
/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='e2d971400ad2db25ad43ea6fa2058b269c0236e3977986dcdee2097da301beb2'; BINARY_URL='https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19.0.2%2B7/OpenJDK19U-jdk_x64_alpine-linux_hotspot_19.0.2_7.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm -f /tmp/openjdk.tar.gz ${JAVA_HOME}/src.zip;
/bin/sh -c echo Verifying install ... && fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java && echo javac --version && javac --version && echo java --version && java --version && echo Complete.
CMD ["jshell"]
ARG JAR_FILE=target/*.jar
COPY file:b2aa5182a3fa83b05aff66d83044308419e5ddc883a5099e744296f4e8343453 in app.jar
ENTRYPOINT ["java" "-jar" "/app.jar"]
LABEL org.opencontainers.image.created=2023-04-15T20:46:44Z
LABEL org.opencontainers.image.revision=1a7b4f36bc5dbeb0472447b82601cda16e5d7681
LABEL org.opencontainers.image.source=https://git.oleb.it/obittner/WhereIsOle.git
LABEL org.opencontainers.image.url=https://git.oleb.it/obittner/WhereIsOle

Labels

Key Value
org.opencontainers.image.created 2023-04-15T20:46:44Z
org.opencontainers.image.revision 1a7b4f36bc5dbeb0472447b82601cda16e5d7681
org.opencontainers.image.source https://git.oleb.it/obittner/WhereIsOle.git
org.opencontainers.image.url https://git.oleb.it/obittner/WhereIsOle
Details
Container
2023-04-15 20:46:56 +00:00
2
OCI / Docker
linux/amd64
251 MiB
Versions (1) View all
latest 2023-04-15