Pull Command
ENV
-
PATH=/opt/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
JAVA_HOME=/opt/openjdk-17
-
JAVA_VERSION=17-ea+14
-
HTTP_PORT=8080
-
HTTPS_PORT=8443
-
LAS2PEER_PORT=9011
Layers
-
001
sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b
2.68 MB
-
002
sha256:53c9466125e464fed5626bde7b7a0f91aab09905f0a07e9ad4e930ae72e0fc63
907 KB
-
003
sha256:d8d715783b80cab158f5bf9726bcada5265c1624b64ca2bb46f42f94998d4662
178 MB
-
004
sha256:c916bb58e1bd80d7d8d479db2eb6507756e4c03a60e5b1e94b298206ebb8173f
9.87 MB
-
005
sha256:e9d6cc47d9003ea09924820898b82e783ca1dc448270e7d38b7200af10100a51
1.21 KB
-
006
sha256:c12e360cfeda816c450bea8e5c18f8001abea1d87efe4b014eed9ad083a76fd2
83.8 MB
-
007
sha256:45b6b8b293d1d9cdeaf5b262e0bee964a425437bd82e4764dbd58b0914b16f32
3.54 KB
-
008
sha256:b48b7ef7450fc759b7f04d57794b848e873a7b44103fc8dc1b28de4850b867a1
310 Bytes
-
009
sha256:8874c6e0def0e94dc86225183130e0f7154eb442bc7b5064f8e8ba0785489dfc
571 MB
-
010
sha256:a90517f96d61c7c11e5ede6ff516c253a1eca26a7bdb79f2dbaaa41170e96ce3
333 Bytes
-
011
sha256:371da19d358d7b88c768590fdfe122421d691202df7f1ca68acad35df5d1070b
2.95 KB
History
[2021-06-15 22:19:37 UTC] /bin/sh -c #(nop) ADD file:f278386b0cef68136129f5f58c52445590a417b624d62bca158d4dc926c340df in /
[2021-06-15 22:19:37 UTC] /bin/sh -c #(nop) CMD ["/bin/sh"]
[2021-06-22 21:40:57 UTC] /bin/sh -c apk add --no-cache java-cacerts
[2021-06-22 21:40:57 UTC] /bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-17
[2021-06-22 21:40:57 UTC] /bin/sh -c #(nop) ENV PATH=/opt/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[2021-06-22 21:40:58 UTC] /bin/sh -c #(nop) ENV JAVA_VERSION=17-ea+14
[2021-06-22 21:41:09 UTC] /bin/sh -c set -eux; arch="$(apk --print-arch)"; case "$arch" in 'x86_64') downloadUrl='https://download.java.net/java/early_access/alpine/14/binaries/openjdk-17-ea+14_linux-x64-musl_bin.tar.gz'; downloadSha256='f07a1ac921333dafac1cd886ad49600ce143be7efebd32e1a02599a8a0829dd4'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; wget -O openjdk.tgz "$downloadUrl"; echo "$downloadSha256 *openjdk.tgz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file openjdk.tgz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm openjdk.tgz*; rm -rf "$JAVA_HOME/lib/security/cacerts"; ln -sT /etc/ssl/certs/java/cacerts "$JAVA_HOME/lib/security/cacerts"; java -Xshare:dump; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version
[2021-06-22 21:41:09 UTC] /bin/sh -c #(nop) CMD ["jshell"]
[2022-04-11 10:28:31 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080
[2022-04-11 10:28:32 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443
[2022-04-11 10:28:33 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011
[2022-04-11 10:28:35 UTC] /bin/sh -c apk add --update bash mysql-client dos2unix curl && rm -f /var/cache/apk/*
[2022-04-11 10:28:36 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer
[2022-04-11 10:28:38 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:abb8d42301c18aab2f907ce9314a605fb9cc744a5d10eea870051a71c38ee794 in /src
[2022-04-11 10:28:38 UTC] /bin/sh -c #(nop) WORKDIR /src
[2022-04-11 10:28:39 UTC] /bin/sh -c #(nop) USER las2peer
[2022-04-11 10:28:40 UTC] /bin/sh -c dos2unix ./gradlew
[2022-04-11 10:28:41 UTC] /bin/sh -c dos2unix /src/gradle.properties
[2022-04-11 10:29:52 UTC] /bin/sh -c chmod +x ./gradlew && ./gradlew build --exclude-task test
[2022-04-11 10:29:53 UTC] /bin/sh -c dos2unix /src/etc/i5.las2peer.services.mobsos.queryVisualization.QueryVisualizationService.properties
[2022-04-11 10:29:54 UTC] /bin/sh -c dos2unix /src/docker-entrypoint.sh
[2022-04-11 10:29:55 UTC] /bin/sh -c #(nop) EXPOSE 8080
[2022-04-11 10:29:56 UTC] /bin/sh -c #(nop) EXPOSE 8443
[2022-04-11 10:29:57 UTC] /bin/sh -c #(nop) EXPOSE 9011
[2022-04-11 10:29:58 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]