Pull Command
ENV
-
PATH=/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
JAVA_HOME=/opt/openjdk-14
-
JAVA_VERSION=14-ea+33
-
JAVA_URL=https://download.java.net/java/early_access/alpine/33/binaries/openjdk-14-ea+33_linux-x64-musl_bin.tar.gz
-
JAVA_SHA256=25344fdf7438d05166fb3471a591aacf72e5fc7ca334b59b3f90ff34ee3b27e5
-
HTTP_PORT=8080
-
HTTPS_PORT=8443
-
LAS2PEER_PORT=9011
Layers
-
001
sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98
2.66 MB
-
002
sha256:345cf19c142c73b4673b7f5195d90723d77f452a902206b91c63c6ddca4e6bb7
191 MB
-
003
sha256:ad712a987f3eb94696f4f0ed2a4c67b741cd5674c6b1f6a45a8ece8f9bfe19e8
63.1 MB
-
004
sha256:6086ac8d4aaf37460e063622970bc7054d3340934694ecf71cead9eefde38923
1.26 KB
-
005
sha256:e6932627c72e02ca2628e66728a4e68ef1b924d4249e0c03c9d8602e37d40fc4
39.4 MB
-
006
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
-
007
sha256:95742d2b55b48e700343bcbe2913ebfd2b31eaa673f5b047294580d3062bf120
2.39 KB
-
008
sha256:50a7c777135a3d407a063297615f14561ca8b672225a0f9d00d212ea3979e245
313 Bytes
-
009
sha256:524186cb20282560bcb2522b57ba8f71ce9dfc15b7752a22fa26c6b6cbf65b47
2.16 KB
-
010
sha256:0fba9afda37bbe37e42b80192332d98c22291c5df92a11e9e0a9baaf7770d638
275 MB
-
011
sha256:9c8818fa0aa4da5e1898e678b43410f723c51f02ba57273639d563cdcd61a5b2
2.16 KB
-
012
sha256:eddff9b8964c2031162ed799bc1653afd45d82edb5a3da96745dd411c7927d7d
2.16 KB
History
[2020-01-23 16:53:06 UTC] /bin/sh -c #(nop) ADD file:d48cac34fac385cbc1de6adfdd88300f76f9bbe346cd17e64fd834d042a98326 in /
[2020-01-23 16:53:06 UTC] /bin/sh -c #(nop) CMD ["/bin/sh"]
[2020-01-23 22:15:00 UTC] /bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-14
[2020-01-23 22:15:00 UTC] /bin/sh -c #(nop) ENV PATH=/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[2020-01-28 01:03:57 UTC] /bin/sh -c #(nop) ENV JAVA_VERSION=14-ea+33
[2020-01-28 01:03:57 UTC] /bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/33/binaries/openjdk-14-ea+33_linux-x64-musl_bin.tar.gz
[2020-01-28 01:03:58 UTC] /bin/sh -c #(nop) ENV JAVA_SHA256=25344fdf7438d05166fb3471a591aacf72e5fc7ca334b59b3f90ff34ee3b27e5
[2020-01-28 01:05:39 UTC] /bin/sh -c set -eux; wget -O /openjdk.tgz "$JAVA_URL"; echo "$JAVA_SHA256 */openjdk.tgz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /openjdk.tgz --directory "$JAVA_HOME" --strip-components 1; rm /openjdk.tgz; java -Xshare:dump; java --version; javac --version
[2020-01-28 01:05:39 UTC] /bin/sh -c #(nop) CMD ["jshell"]
[2021-08-10 21:00:19 UTC] ENV HTTP_PORT=8080
[2021-08-10 21:00:19 UTC] ENV HTTPS_PORT=8443
[2021-08-10 21:00:19 UTC] ENV LAS2PEER_PORT=9011
[2021-08-10 21:00:19 UTC] RUN /bin/sh -c apk add --update bash mysql-client apache-ant tzdata curl && rm -f /var/cache/apk/* # buildkit
[2021-08-10 21:00:19 UTC] RUN /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer # buildkit
[2021-08-27 14:24:56 UTC] COPY . /src # buildkit
[2021-08-27 14:24:56 UTC] WORKDIR /src
[2021-08-27 14:24:56 UTC] USER las2peer
[2021-08-27 14:24:56 UTC] RUN /bin/sh -c dos2unix gradlew # buildkit
[2021-08-27 14:24:57 UTC] RUN /bin/sh -c dos2unix gradle.properties # buildkit
[2021-08-27 14:24:57 UTC] RUN /bin/sh -c dos2unix /src/docker-entrypoint.sh # buildkit
[2021-08-27 14:26:01 UTC] RUN /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test # buildkit
[2021-08-27 14:26:01 UTC] EXPOSE map[8080/tcp:{}]
[2021-08-27 14:26:01 UTC] EXPOSE map[8443/tcp:{}]
[2021-08-27 14:26:01 UTC] EXPOSE map[9011/tcp:{}]
[2021-08-27 14:26:01 UTC] RUN /bin/sh -c chmod +x /src/docker-entrypoint.sh # buildkit
[2021-08-27 14:26:02 UTC] RUN /bin/sh -c chmod +x docker-entrypoint.sh # buildkit
[2021-08-27 14:26:02 UTC] ENTRYPOINT ["/src/docker-entrypoint.sh"]