Tag
rwthacis/las2peer-activity-tracker:develop
Created
2021-08-16 10:45:04 UTC
Architecture
linux / amd64
Content Digest
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:2a58d8fb168d306bf1b2cd89ae0ae00e68334b838296ed20f9d26422b5a9aaab 1.23 KB
  • 004 sha256:e1c49d9d4fe765d9a978fad27d9915fd2a887a906c509c9fccb622a4f2d654f4 1.86 MB
  • 005 sha256:e2ff6aca16c9f56d21142c29ea7cfa093cb743b5a160eb0538e62cae3b97796f 92 Bytes
  • 006 sha256:9b4702d7fa74e4006c6c72571ffc103f2d44f0d19628b1caac4f597e0441261f 46.3 MB
  • 007 sha256:bb3ed5955dc06672375cc997267ebbf78adfe6cb9422fd447dc7235d72c34de7 1.73 KB
  • 008 sha256:3965360d188ad7cc95051b4b9f4194e823f26e55b1c481135d6bee878f0ace3a 337 Bytes
  • 009 sha256:b9f6c450ed307cbb4c8579a71eb38393227cdb5117d546a9a8ccb9ba943e4e21 115 Bytes
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-16 10:44:50 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080 [2021-08-16 10:44:51 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443 [2021-08-16 10:44:52 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011 [2021-08-16 10:44:53 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer [2021-08-16 10:44:54 UTC] /bin/sh -c apk add --update bash iproute2 && rm -f /var/cache/apk/* [2021-08-16 10:44:55 UTC] /bin/sh -c #(nop) WORKDIR /src [2021-08-16 10:44:57 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:6342248a723d607565271591375712ab61baf4bc3bb09e2aad6874b92b5ab6b8 in . [2021-08-16 10:44:58 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerfile:439c4287a436d5f235b8b382e502d89d12b7f68cd2a96c01f42ad165e94d6c62 in /src/docker-entrypoint.sh [2021-08-16 10:44:59 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerfile:faf49c6526ddf928b5368726dcf345450d58f8406cbccce1905f0b241e0c6412 in /src/gradle.properties [2021-08-16 10:44:59 UTC] /bin/sh -c mkdir /src/log && chown -R las2peer:las2peer /src [2021-08-16 10:45:00 UTC] /bin/sh -c #(nop) USER las2peer [2021-08-16 10:45:01 UTC] /bin/sh -c #(nop) EXPOSE 8080 [2021-08-16 10:45:02 UTC] /bin/sh -c #(nop) EXPOSE 8443 [2021-08-16 10:45:03 UTC] /bin/sh -c #(nop) EXPOSE 9011 [2021-08-16 10:45:04 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]