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
-
NODE_ID_SEED=382251
Layers
-
001
sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b
2.68 MB
-
002
sha256:53c9466125e464fed5626bde7b7a0f91aab09905f0a07e9ad4e930ae72e0fc63
907 KB
-
003
sha256:d8d715783b80cab158f5bf9726bcada5265c1624b64ca2bb46f42f94998d4662
178 MB
-
004
sha256:d5b7e875516333ef735d05e46bfeb10ef52eef74da3b4bfbcde7b517638f647a
71.7 MB
-
005
sha256:79cfe3c72dfdabc78a084aef3a134b6c1b29c4859d59656f9a99f5e7323f8e8b
1.24 KB
-
006
sha256:49adb8f0459be8eba84fce7d9b7fb05268dfa0c40be75fe786f21627def8be74
211 MB
-
007
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
-
008
sha256:d4bc9acc126a4d3676c2e2733eb2f6f31db24c1cde6087ee8e215646dfaf31d6
3.55 KB
-
009
sha256:5ef25247c6c256660d39175b3301620e17411ffd494fdf1f9fd8d023fe80790a
303 Bytes
-
010
sha256:2cb2f53d70f44411e1177b8dc1c3721544646a4c2119c055d4c4b9c630637a10
2.23 KB
-
011
sha256:ec9563713185a64b5b9faf045b71e632344a3044b1c1be91dee993e734204979
211 MB
-
012
sha256:fe1c69f0575bc84fcd968dc7dc64c4dd892cb1e14a308605c6223ac231ad77bf
2.24 KB
-
013
sha256:af3a74e58da1903b77f6476f9e6e5bcc8d59223ee9edb1a21326f898c68c7f27
503 MB
-
014
sha256:0580574f29fec2853c8023952d1806e9209d2895d4c73c1cad9b6652035a2605
2.24 KB
-
015
sha256:29bb7520ac59043821455ae7b45542b9fbaa6d1972f8d1f2a4d3adeefc23fa22
2.24 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-02-05 15:26:27 UTC] ENV HTTP_PORT=8080
[2022-02-05 15:26:27 UTC] ENV HTTPS_PORT=8443
[2022-02-05 15:26:27 UTC] ENV LAS2PEER_PORT=9011
[2022-02-05 15:26:27 UTC] ENV NODE_ID_SEED=382251
[2022-02-05 15:26:27 UTC] RUN /bin/sh -c apk add --update bash mysql-client apache-ant tzdata curl && rm -f /var/cache/apk/* # buildkit
[2022-02-05 15:26:27 UTC] RUN /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer # buildkit
[2022-02-17 13:45:25 UTC] COPY . /src # buildkit
[2022-02-17 13:45:25 UTC] WORKDIR /src
[2022-02-17 13:45:25 UTC] USER las2peer
[2022-02-17 13:45:26 UTC] RUN /bin/sh -c dos2unix gradlew # buildkit
[2022-02-17 13:45:26 UTC] RUN /bin/sh -c dos2unix gradle.properties # buildkit
[2022-02-17 13:45:26 UTC] RUN /bin/sh -c dos2unix /src/docker-entrypoint.sh # buildkit
[2022-02-17 13:45:32 UTC] RUN /bin/sh -c chmod -R a+rwx /src # buildkit
[2022-02-17 13:45:32 UTC] RUN /bin/sh -c chmod +x /src/docker-entrypoint.sh # buildkit
[2022-02-17 13:46:44 UTC] RUN /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test # buildkit
[2022-02-17 13:46:44 UTC] EXPOSE map[8080/tcp:{}]
[2022-02-17 13:46:44 UTC] EXPOSE map[8443/tcp:{}]
[2022-02-17 13:46:44 UTC] EXPOSE map[9011/tcp:{}]
[2022-02-17 13:46:44 UTC] RUN /bin/sh -c chmod +x /src/docker-entrypoint.sh # buildkit
[2022-02-17 13:46:45 UTC] RUN /bin/sh -c chmod +x docker-entrypoint.sh # buildkit
[2022-02-17 13:46:45 UTC] ENTRYPOINT ["/src/docker-entrypoint.sh"]