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:38f61543992b1aafa6f4b557c412eb370e3b086ff553ba52bc8d850b03fe36f2
9.87 MB
-
005
sha256:33c8d6e2974b362d994d2f7932873526d3648f91b0093240072b57258e2c150c
1.21 KB
-
006
sha256:6b5d0377588e80d16ae89a568a35eec4651e841d70f71a1a0356e97565d8aa71
228 KB
-
007
sha256:3c2cec9839bee1d2c5a00a42aaa737fdb38db3d0d5d40cad6744e9179816231c
2.38 KB
-
008
sha256:e3b795ad74215631506ee758c56bcf232bd6b5c8e607aa75395f39982735cecb
292 Bytes
-
009
sha256:a4d2a2c7ba9df8cd6876517d382db32f09aa46f94c6c21c64d6812e3df011e3b
313 Bytes
-
010
sha256:e6cdd702b8cbd7879fe1d1366f288b7ef87a2e60c4ab9ece05c30301f61e8e4c
2.59 KB
-
011
sha256:749599aec02e260a6b12c2d6e0e897b06af28c9f1420bc19494db04c5a2d7788
523 MB
-
012
sha256:bea87f260614643621de8f2621d49f838319a8a5653b7b28c5330edd2cfaaedb
2.59 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"]
[2023-01-19 14:26:14 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080
[2023-01-19 14:26:15 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443
[2023-01-19 14:26:16 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011
[2023-01-19 14:26:19 UTC] /bin/sh -c apk add --update bash mysql-client dos2unix curl && rm -f /var/cache/apk/*
[2023-01-19 14:26:19 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer
[2023-01-19 14:26:21 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:6fa9969c5893663f59ebdc85933458ac661c26bc0e5ee21b85db10d1534793de in /src
[2023-01-19 14:26:21 UTC] /bin/sh -c #(nop) WORKDIR /src
[2023-01-19 14:26:22 UTC] /bin/sh -c #(nop) USER las2peer
[2023-01-19 14:26:23 UTC] /bin/sh -c dos2unix ./gradlew
[2023-01-19 14:26:24 UTC] /bin/sh -c dos2unix /src/gradle.properties
[2023-01-19 14:26:25 UTC] /bin/sh -c dos2unix /src/etc/i5.las2peer.services.mensaService.MensaService.properties
[2023-01-19 14:26:26 UTC] /bin/sh -c dos2unix /src/docker-entrypoint.sh
[2023-01-19 14:27:20 UTC] /bin/sh -c chmod +x ./gradlew && ./gradlew build --exclude-task test
[2023-01-19 14:27:21 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh
[2023-01-19 14:27:21 UTC] /bin/sh -c #(nop) EXPOSE 8080
[2023-01-19 14:27:22 UTC] /bin/sh -c #(nop) EXPOSE 8443
[2023-01-19 14:27:23 UTC] /bin/sh -c #(nop) EXPOSE 9011
[2023-01-19 14:27:24 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]