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:833496812a15df13bd48434c874c173021d179289b9834fbd1918ed2b0ab0179
803 KB
-
005
sha256:b7320c6d80c952f5725f85ce654dcc64d4d83ba997399fff514591212e302503
1.21 KB
-
006
sha256:c34f5cfb1c4594925df877f10076299138c4d9efb8e9c6a0e1090ff028a0384b
17.3 MB
-
007
sha256:e41107fadfb79e2060e8c9ccef5d8f293f24653261faae88964c28af616f1aca
829 KB
-
008
sha256:b14c8296a7870c2ecb57ef2488b250286390f4fd6db4ab321dd02276d3c20867
1.25 MB
-
009
sha256:82ce4f6a7119cecf7b089f104ea6b21d2878889c49730cbe78115e3ae3848a00
618 MB
-
010
sha256:11df250a88e07ce89f7d1700aeb4824063ea19ba67950caf2e1430b26ef52277
1.46 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"]
[2025-06-13 10:38:53 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080
[2025-06-13 10:38:53 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443
[2025-06-13 10:38:53 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011
[2025-06-13 10:38:54 UTC] /bin/sh -c apk add --update bash && rm -f /var/cache/apk/*
[2025-06-13 10:38:55 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer
[2025-06-13 10:39:06 UTC] /bin/sh -c apk add --no-cache python3 && python3 -m ensurepip && pip3 install --upgrade pip setuptools && rm -r /usr/lib/python*/ensurepip && if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi && if [[ ! -e /usr/bin/python ]]; then ln -sf /usr/bin/python3 /usr/bin/python; fi && rm -r /root/.cache
[2025-06-13 10:39:08 UTC] /bin/sh -c pip install --no-cache-dir requests
[2025-06-13 10:39:08 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:1d5fc7179cdea4fab8b46cdfd1811f8aa334e20f8c311d812e09bdfd031cc647 in /src
[2025-06-13 10:39:08 UTC] /bin/sh -c #(nop) WORKDIR /src
[2025-06-13 10:39:08 UTC] /bin/sh -c #(nop) USER las2peer
[2025-06-13 10:40:03 UTC] /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test
[2025-06-13 10:40:04 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh
[2025-06-13 10:40:04 UTC] /bin/sh -c #(nop) EXPOSE 8080
[2025-06-13 10:40:04 UTC] /bin/sh -c #(nop) EXPOSE 8443
[2025-06-13 10:40:04 UTC] /bin/sh -c #(nop) EXPOSE 9011
[2025-06-13 10:40:04 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]