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:ab717d67c23225444ec59296ace392887d97de9a6b4f1744e0ab495c561b38ff
9.84 MB
-
005
sha256:c54fd1633355e0c4296dce89ce802974d5268f8c64e9b896ee6077d2c0e417ff
1.21 KB
-
006
sha256:5badd0fbd22d86dafff6b6e6d279dcb4bda6ea20f3f19c0dccd9e0098fa40eff
6.17 MB
-
007
sha256:b053ec73f178b82854b43ec908f3b504654499585dcd1016ca15516a2f25c0d5
2.38 KB
-
008
sha256:56e874be53d7afd53067d8630252993d3e352c830fd996f3aa67657729e93aff
353 Bytes
-
009
sha256:bd12a68d1220868faa3e600ab1ea757919c32cb01845728f268251984882abba
114 Bytes
-
010
sha256:66babb20a35e18a8361c8795de87eecfe2444021cb569cf4baf89f02c8232c0d
510 MB
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-05-21 16:08:30 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080
[2022-05-21 16:08:31 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443
[2022-05-21 16:08:32 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011
[2022-05-21 16:08:34 UTC] /bin/sh -c apk add --update bash mysql-client curl && rm -f /var/cache/apk/*
[2022-05-21 16:08:35 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer
[2022-05-21 16:08:37 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:4feeea3ae3cfd4621b083f707f97cb8e72a927d3b6befa4098570530c6a0c9cb in /src
[2022-05-21 16:08:37 UTC] /bin/sh -c #(nop) WORKDIR /src
[2022-05-21 16:08:38 UTC] /bin/sh -c dos2unix ./gradlew
[2022-05-21 16:08:39 UTC] /bin/sh -c dos2unix /src/gradle.properties
[2022-05-21 16:08:40 UTC] /bin/sh -c #(nop) USER las2peer
[2022-05-21 16:08:41 UTC] /bin/sh -c mkdir -p bin
[2022-05-21 16:09:41 UTC] /bin/sh -c chmod +x ./gradlew && ./gradlew build --exclude-task test
[2022-05-21 16:09:42 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh
[2022-05-21 16:09:43 UTC] /bin/sh -c #(nop) EXPOSE 8080
[2022-05-21 16:09:44 UTC] /bin/sh -c #(nop) EXPOSE 8443
[2022-05-21 16:09:45 UTC] /bin/sh -c #(nop) EXPOSE 9011
[2022-05-21 16:09:46 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]