Tag
rwthacis/gamification:develop
Created
2023-05-15 13:18:51 UTC
Architecture
linux / amd64
Content Digest
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
  • LD_LIBRARY_PATH=/usr/lib
Layers
  • 001 sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b 2.68 MB
  • 002 sha256:53c9466125e464fed5626bde7b7a0f91aab09905f0a07e9ad4e930ae72e0fc63 907 KB
  • 003 sha256:d8d715783b80cab158f5bf9726bcada5265c1624b64ca2bb46f42f94998d4662 178 MB
  • 004 sha256:5ae179fa9f2322f1e97f8fa367edcf42e4d4b4e313cea413eef508b845266315 837 KB
  • 005 sha256:7a918d571f68b52bcf209b5e8a5068d948be08fc92b1c0ed26c42a02f5cf9b65 11 MB
  • 006 sha256:f15d0c3d6557854b576729b5d86d5cc46ab3ede1cf99adcb44c6939a761f37e9 1.21 KB
  • 007 sha256:e839874559ade004ddfbffbe7d9e9b944d3a187ba5e105ecb489c0e7dea3afa8 5.71 MB
  • 008 sha256:adb77fa9e6465ca5d0156fe84bc99246545a586a2413a9f8c064460dad198148 3.52 KB
  • 009 sha256:580a93f983678f1057bcfdcddd247510af2a0fe7795a88d7f307d05e56886446 1.97 KB
  • 010 sha256:95d19141b3857d70674a3398d4efd71661f1b026cf6b2a528de007b87457d024 495 Bytes
  • 011 sha256:85d7aa149372bfd87adb6d8034971a733dbeebfcd83264dad7131714ec541df5 7.01 GB
  • 012 sha256:bb3ca8336da6e54007960ab2c2279289caa5c42404251f265d6822af9ddc0563 536 Bytes
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-05-15 13:10:34 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080 [2023-05-15 13:10:35 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443 [2023-05-15 13:10:36 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011 [2023-05-15 13:10:38 UTC] /bin/sh -c apk add --update bash dos2unix && rm -f /var/cache/apk/* [2023-05-15 13:10:42 UTC] /bin/sh -c apk add --no-cache fontconfig ttf-dejavu [2023-05-15 13:10:43 UTC] /bin/sh -c #(nop) ENV LD_LIBRARY_PATH=/usr/lib [2023-05-15 13:10:44 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer [2023-05-15 13:10:46 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:b4c3ea4eb8bb293cd6ddfc5a5302e5b50f472741805c244bcb49b5389a830c45 in /src [2023-05-15 13:10:46 UTC] /bin/sh -c #(nop) WORKDIR /src [2023-05-15 13:10:47 UTC] /bin/sh -c dos2unix ./gradlew [2023-05-15 13:10:48 UTC] /bin/sh -c dos2unix /src/main.sh [2023-05-15 13:10:49 UTC] /bin/sh -c dos2unix /src/config/gamification.config [2023-05-15 13:10:50 UTC] /bin/sh -c chmod +x ./gradlew [2023-05-15 13:10:51 UTC] /bin/sh -c chmod +x /src/main.sh [2023-05-15 13:18:46 UTC] /bin/sh -c ./main.sh -m build [2023-05-15 13:18:48 UTC] /bin/sh -c dos2unix /src/GamificationGameService/start_network_in_a_node.sh [2023-05-15 13:18:48 UTC] /bin/sh -c #(nop) EXPOSE 8080 [2023-05-15 13:18:49 UTC] /bin/sh -c #(nop) EXPOSE 8443 [2023-05-15 13:18:50 UTC] /bin/sh -c #(nop) EXPOSE 9011 [2023-05-15 13:18:51 UTC] /bin/sh -c #(nop) CMD ["/src/main.sh" "-r" "start_one_node"]