Tag
rwthacis/api-test-gen-service:develop
Created
2023-01-19 18:16:53 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:9bd3b194771ec1fd800a8a33ff08e52ec61c9a1250fa30717b665ce59d66df1b 1.88 MB
  • 005 sha256:e460cd929ba458cd5e135209aa0c52535385144e9c4703b6f360f34c99364056 1.21 KB
  • 006 sha256:a43a7d3f1707c12dc3cdcc17bd0a947e88345f2d1d166dbc7a0455628da7c43a 182 KB
  • 007 sha256:58fee0da5c9ac08e50271112e01b214e13626c4edf69176992edf10a7ff02864 3.53 KB
  • 008 sha256:2db72d6c638bc53992886d4bcbb9c129fe8c8d164afc8bb5de69d630e22538b7 301 Bytes
  • 009 sha256:c5a10e100e845fc2b652bb12a9c4a50303d9eb4339a6710767c74760770c150d 1.93 KB
  • 010 sha256:d3ec7588427387148887c5ac8ba2e78e9ebce6be60c13bf3b55aca13669865e3 416 Bytes
  • 011 sha256:a7f768b8ab519dbd75b87788b83a6d80c683c2fac80b91c4397088ebb41d7c9a 228 Bytes
  • 012 sha256:4b761c8dc7aeb3f92172855e32c17677a8d94c42c87c54f5291b20919ac3b14c 182 KB
  • 013 sha256:5648030f9b4a890c5b445cf1339663b7d6d56d34ea9a8988fd04f82bf6f027a5 390 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-19 18:15:14 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080 [2023-01-19 18:15:14 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443 [2023-01-19 18:15:15 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011 [2023-01-19 18:15:17 UTC] /bin/sh -c apk add --update bash tzdata curl && rm -f /var/cache/apk/* [2023-01-19 18:15:18 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer [2023-01-19 18:15:20 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:2fb1b8c70c9eecae5c5c606013266f2d869f5e58c7d18ef018e10ded205451d4 in /src [2023-01-19 18:15:20 UTC] /bin/sh -c #(nop) WORKDIR /src [2023-01-19 18:15:21 UTC] /bin/sh -c #(nop) USER las2peer [2023-01-19 18:15:22 UTC] /bin/sh -c dos2unix gradlew [2023-01-19 18:15:23 UTC] /bin/sh -c dos2unix gradle.properties [2023-01-19 18:15:24 UTC] /bin/sh -c dos2unix /src/docker-entrypoint.sh [2023-01-19 18:15:25 UTC] /bin/sh -c dos2unix /src/etc/i5.las2peer.connectors.webConnector.WebConnector.properties [2023-01-19 18:15:26 UTC] /bin/sh -c dos2unix /src/etc/i5.las2peer.services.apiTestGenService.APITestGenService.properties [2023-01-19 18:15:27 UTC] /bin/sh -c chmod -R a+rwx /src [2023-01-19 18:15:28 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh [2023-01-19 18:16:49 UTC] /bin/sh -c chmod +x gradlew && ./gradlew build [2023-01-19 18:16:50 UTC] /bin/sh -c #(nop) EXPOSE 8080 [2023-01-19 18:16:50 UTC] /bin/sh -c #(nop) EXPOSE 8443 [2023-01-19 18:16:51 UTC] /bin/sh -c #(nop) EXPOSE 9011 [2023-01-19 18:16:52 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh [2023-01-19 18:16:53 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]