Tag
rwthacis/mobsos-success-modeling:master
Created
2022-09-16 09:37:05 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
Layers
  • 001 sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b 2.68 MB
  • 002 sha256:53c9466125e464fed5626bde7b7a0f91aab09905f0a07e9ad4e930ae72e0fc63 907 KB
  • 003 sha256:d8d715783b80cab158f5bf9726bcada5265c1624b64ca2bb46f42f94998d4662 178 MB
  • 004 sha256:7e15200f46252376d77e4f66ee2777c49bc6996d373a0ed566c7a140878416bf 11.6 MB
  • 005 sha256:1b7990a490271f5861df2ed7fc47da4078d4a38e9fa21aef053d1a8ba1d57b5f 1.21 KB
  • 006 sha256:fd83d93cf0a9e941d478e71041a85b1b54ef7277435169ed550a2f40eb7c16c4 396 KB
  • 007 sha256:ab9d7cac2711a10351758d36f0f3cca24a0b0263880e813ef5cbe0f57252587f 3.54 KB
  • 008 sha256:f9a17bf0a4487e9141cfca57c2db1fd18d3cc81d1ad09f89e966f5e84316f95a 535 MB
  • 009 sha256:2d97e35288060a965534368e6d566c3c43ba97ecab4b70a9a2577f547d403a11 2.83 KB
  • 010 sha256:771860f93583a1be0a2dc807c63c1734288c1e4ea0a52613be3b409c7292aba2 320 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"] [2022-09-16 09:35:47 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080 [2022-09-16 09:35:48 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443 [2022-09-16 09:35:49 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011 [2022-09-16 09:35:52 UTC] /bin/sh -c apk add --update bash curl dos2unix tzdata xmlstarlet tini mysql-client && rm -f /var/cache/apk/* [2022-09-16 09:35:52 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer [2022-09-16 09:35:54 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:eeade84bd6d91f3f30ee68462927b18f57eca751e34a5ec382243f8535eefdb7 in /src [2022-09-16 09:35:54 UTC] /bin/sh -c #(nop) WORKDIR /src [2022-09-16 09:35:55 UTC] /bin/sh -c dos2unix ./gradlew [2022-09-16 09:35:56 UTC] /bin/sh -c #(nop) USER las2peer [2022-09-16 09:37:00 UTC] /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test [2022-09-16 09:37:01 UTC] /bin/sh -c dos2unix /src/docker-entrypoint.sh [2022-09-16 09:37:01 UTC] /bin/sh -c dos2unix /src/gradle.properties [2022-09-16 09:37:02 UTC] /bin/sh -c #(nop) EXPOSE 8080 [2022-09-16 09:37:03 UTC] /bin/sh -c #(nop) EXPOSE 8443 [2022-09-16 09:37:04 UTC] /bin/sh -c #(nop) EXPOSE 9011 [2022-09-16 09:37:05 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]