Tag
rwthacis/las2peer-openai-service:develop
Created
2024-05-22 10:04:28 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:c56773abe5200889b72f36e425673ae5a8ad413d3d68c442d40422937c3f8416 1.92 MB
  • 005 sha256:a397e009384e7f01be0968bb04674fef658f0080a89c12ca068f96a6600b8b98 1.21 KB
  • 006 sha256:193b9c3d2c0b04f5f2b93949b13f74e34446572740590d78dc2de68a65a2ee66 200 KB
  • 007 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32 Bytes
  • 008 sha256:67af9d7c2e3d9090ed8bcd32b2a6c22c23cc2f3a2422c80669beae8f2dd3eea6 3.53 KB
  • 009 sha256:0e48332e47a570ed47bb7d7051fb8ffb9f90fd1c7f6a492e51524c0d602749ac 295 Bytes
  • 010 sha256:7be8d7a78eb7f4835a432ae7acd343864a45012f6dcc62ac348572ebd1b85c2d 1.89 KB
  • 011 sha256:acde9d0fc89b6a45603cfe6b76338ab69ecd8a5a05394b73e7874124eaeb9148 412 Bytes
  • 012 sha256:eaaf27e01e2380e8e3ea577868b11d1774f4dea070f409ce347396525fec1303 201 Bytes
  • 013 sha256:9f7146dc2cd2b9ce1370ba2e44d6ef89d8c44bc7a220001c09fa7825eabf5f60 200 KB
  • 014 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32 Bytes
  • 015 sha256:35e5c01cb2f5088686e9e7c859b6e2ac77ac3603c6f1d421695ef0961666484d 316 MB
  • 016 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32 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"] [2024-05-22 10:04:01 UTC] ENV HTTP_PORT=8080 [2024-05-22 10:04:01 UTC] ENV HTTPS_PORT=8443 [2024-05-22 10:04:01 UTC] ENV LAS2PEER_PORT=9011 [2024-05-22 10:04:01 UTC] RUN /bin/sh -c apk add --update bash tzdata curl && rm -f /var/cache/apk/* # buildkit [2024-05-22 10:04:01 UTC] RUN /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer # buildkit [2024-05-22 10:04:01 UTC] COPY . /src # buildkit [2024-05-22 10:04:02 UTC] WORKDIR /src [2024-05-22 10:04:02 UTC] USER las2peer [2024-05-22 10:04:02 UTC] RUN /bin/sh -c dos2unix gradlew # buildkit [2024-05-22 10:04:02 UTC] RUN /bin/sh -c dos2unix gradle.properties # buildkit [2024-05-22 10:04:02 UTC] RUN /bin/sh -c dos2unix /src/docker-entrypoint.sh # buildkit [2024-05-22 10:04:02 UTC] RUN /bin/sh -c dos2unix /src/etc/i5.las2peer.connectors.webConnector.WebConnector.properties # buildkit [2024-05-22 10:04:02 UTC] RUN /bin/sh -c dos2unix /src/etc/i5.las2peer.services.servicePackage.OpenAIService.properties # buildkit [2024-05-22 10:04:03 UTC] RUN /bin/sh -c chmod -R a+rwx /src # buildkit [2024-05-22 10:04:03 UTC] RUN /bin/sh -c chmod +x /src/docker-entrypoint.sh # buildkit [2024-05-22 10:04:28 UTC] RUN /bin/sh -c chmod +x gradlew && ./gradlew build # buildkit [2024-05-22 10:04:28 UTC] EXPOSE map[8080/tcp:{}] [2024-05-22 10:04:28 UTC] EXPOSE map[8443/tcp:{}] [2024-05-22 10:04:28 UTC] EXPOSE map[9011/tcp:{}] [2024-05-22 10:04:28 UTC] RUN /bin/sh -c chmod +x /src/docker-entrypoint.sh # buildkit [2024-05-22 10:04:28 UTC] ENTRYPOINT ["/src/docker-entrypoint.sh"]