Tag
rwthacis/sensor-proxy-service:v1.1.0
Created
2021-12-21 21:06:30 UTC
Architecture
linux / amd64
Content Digest
Pull Command
ENV
  • PATH=/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  • JAVA_HOME=/opt/openjdk-14
  • JAVA_VERSION=14-ea+33
  • JAVA_URL=https://download.java.net/java/early_access/alpine/33/binaries/openjdk-14-ea+33_linux-x64-musl_bin.tar.gz
  • JAVA_SHA256=25344fdf7438d05166fb3471a591aacf72e5fc7ca334b59b3f90ff34ee3b27e5
  • HTTP_PORT=8080
  • HTTPS_PORT=8443
  • LAS2PEER_PORT=9011
Layers
  • 001 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.66 MB
  • 002 sha256:345cf19c142c73b4673b7f5195d90723d77f452a902206b91c63c6ddca4e6bb7 191 MB
  • 003 sha256:63db898fff5d5899d0abcbb2eafd07ec22df52d6d3e1c7b8c46730845caf6d40 63.1 MB
  • 004 sha256:76ea33dfba64b46ed5dd64222fbe91a677edfe7dcbb5c76a1c82c125d33c1537 1.23 KB
  • 005 sha256:5183327d4c1af452a5c7478d11627d4b0f74e26d7fea00e60c05c02ca8be0d9b 168 KB
  • 006 sha256:f6a9ecdaebfeba3a8e91a930364cbc225803887db0e3700b0129fe54e1c12a2a 2.38 KB
  • 007 sha256:493b23efbf609e77abf9e8ce53b560230e0bccfe9a119d2b4c73774268468a0e 297 Bytes
  • 008 sha256:6c3a464f3ef29936840b105a5f84d45c9ac1121fb90fa0419671a8b324954edf 1.9 KB
  • 009 sha256:0bbffdc2eb24294d7d14349e51c858d611702e4331deceef8779c35a29348e37 269 MB
  • 010 sha256:3bd6142f1115d90912ff05141d268b74614741446ba6fe353c9cc4dc8812a672 1.9 KB
History
[2020-01-23 16:53:06 UTC] /bin/sh -c #(nop) ADD file:d48cac34fac385cbc1de6adfdd88300f76f9bbe346cd17e64fd834d042a98326 in / [2020-01-23 16:53:06 UTC] /bin/sh -c #(nop) CMD ["/bin/sh"] [2020-01-23 22:15:00 UTC] /bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-14 [2020-01-23 22:15:00 UTC] /bin/sh -c #(nop) ENV PATH=/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-01-28 01:03:57 UTC] /bin/sh -c #(nop) ENV JAVA_VERSION=14-ea+33 [2020-01-28 01:03:57 UTC] /bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/33/binaries/openjdk-14-ea+33_linux-x64-musl_bin.tar.gz [2020-01-28 01:03:58 UTC] /bin/sh -c #(nop) ENV JAVA_SHA256=25344fdf7438d05166fb3471a591aacf72e5fc7ca334b59b3f90ff34ee3b27e5 [2020-01-28 01:05:39 UTC] /bin/sh -c set -eux; wget -O /openjdk.tgz "$JAVA_URL"; echo "$JAVA_SHA256 */openjdk.tgz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /openjdk.tgz --directory "$JAVA_HOME" --strip-components 1; rm /openjdk.tgz; java -Xshare:dump; java --version; javac --version [2020-01-28 01:05:39 UTC] /bin/sh -c #(nop) CMD ["jshell"] [2021-12-21 21:05:37 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080 [2021-12-21 21:05:38 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443 [2021-12-21 21:05:39 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011 [2021-12-21 21:05:43 UTC] /bin/sh -c apk add --update bash mysql-client apache-ant tzdata curl && rm -f /var/cache/apk/* [2021-12-21 21:05:44 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer [2021-12-21 21:05:46 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:4a1b019fcc454a1d0e2f4529f941cdf241dc6206541f6bcb1114e7a2a4323947 in /src [2021-12-21 21:05:46 UTC] /bin/sh -c #(nop) WORKDIR /src [2021-12-21 21:05:47 UTC] /bin/sh -c #(nop) USER las2peer [2021-12-21 21:05:48 UTC] /bin/sh -c dos2unix gradlew [2021-12-21 21:05:49 UTC] /bin/sh -c dos2unix gradle.properties [2021-12-21 21:05:50 UTC] /bin/sh -c dos2unix /src/docker-entrypoint.sh [2021-12-21 21:06:25 UTC] /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test [2021-12-21 21:06:25 UTC] /bin/sh -c #(nop) EXPOSE 8080 [2021-12-21 21:06:26 UTC] /bin/sh -c #(nop) EXPOSE 8443 [2021-12-21 21:06:27 UTC] /bin/sh -c #(nop) EXPOSE 9011 [2021-12-21 21:06:28 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh [2021-12-21 21:06:29 UTC] /bin/sh -c chmod +x docker-entrypoint.sh [2021-12-21 21:06:30 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]