Tag
rwthacis/citrec-handler-service:main
Created
2023-01-20 09:13:25 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
  • LAS2PEER_PORT=9012
  • TZ=Europe/Berlin
Layers
  • 001 sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b 2.68 MB
  • 002 sha256:53c9466125e464fed5626bde7b7a0f91aab09905f0a07e9ad4e930ae72e0fc63 907 KB
  • 003 sha256:d8d715783b80cab158f5bf9726bcada5265c1624b64ca2bb46f42f94998d4662 178 MB
  • 004 sha256:62e1f6597c4efc554fa5c02cddfa196ed1dbfd08fcd7edb83f175bb6e21a132e 63.4 MB
  • 005 sha256:7874b3fe90215d6915957af8cd30983eb73f424e5ccfe48df09879f88a05e8b0 1.21 KB
  • 006 sha256:2e04160d21e8ff6d23d344665b3aaada9c86c47110ea6e209448b05f494100c8 183 KB
  • 007 sha256:05180cfef47656d5395ff1f068496bd5a30d170cce3c2aaca05d2cff511b7d83 182 KB
  • 008 sha256:4e56b7b25eaeb8b60736c55d4a030d11a7771e0de3e452c84e6b7ab00bc58f29 3.54 KB
  • 009 sha256:3c6a58859598311fa84c305d4482f69cb91db5596ea7772c0b660daecb670fa6 298 Bytes
  • 010 sha256:9bd4080f4a0d2bbb8efedf37f974d6b20bb24bf29919f058714eb34f8535aa8d 1.83 KB
  • 011 sha256:70ab618fa00a9e9b0fb3703dbd4584769476517147affde6853e8fbd6aeca5f2 494 MB
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-01-20 09:12:19 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9012 [2023-01-20 09:12:25 UTC] /bin/sh -c apk add --update bash apache-ant tzdata curl && rm -f /var/cache/apk/* [2023-01-20 09:12:25 UTC] /bin/sh -c #(nop) ENV TZ=Europe/Berlin [2023-01-20 09:12:26 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer [2023-01-20 09:12:28 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:d8939738d3a09e580836451b0ddfec3c7f59666f5b1377322a428a497aa3b0c2 in /src [2023-01-20 09:12:28 UTC] /bin/sh -c #(nop) WORKDIR /src [2023-01-20 09:12:29 UTC] /bin/sh -c chmod -R a+rwx /src [2023-01-20 09:12:30 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh [2023-01-20 09:12:31 UTC] /bin/sh -c #(nop) USER las2peer [2023-01-20 09:12:32 UTC] /bin/sh -c dos2unix gradlew [2023-01-20 09:12:33 UTC] /bin/sh -c dos2unix gradle.properties [2023-01-20 09:12:34 UTC] /bin/sh -c dos2unix /src/docker-entrypoint.sh [2023-01-20 09:13:24 UTC] /bin/sh -c chmod +x gradlew && ./gradlew cleanBuild --exclude-task test [2023-01-20 09:13:24 UTC] /bin/sh -c #(nop) EXPOSE 9012 [2023-01-20 09:13:25 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]