Tag
rwthacis/weather:latest
Created
2022-01-19 08:41:36 UTC
Architecture
linux / amd64
Content Digest
Pull Command
ENV
  • PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
  • LANG=C.UTF-8
  • JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
  • JAVA_VERSION=8u212
  • JAVA_ALPINE_VERSION=8.212.04-r0
  • LAS2PEER_PORT=9011
  • TZ=Europe/Berlin
Layers
  • 001 sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 2.63 MB
  • 002 sha256:f910a506b6cb1dbec766725d70356f695ae2bf2bea6224dbe8c7c6ad4f3664a2 238 Bytes
  • 003 sha256:c2274a1a0e2786ee9101b08f76111f9ab8019e368dce1e325d3c284a0ca33397 67.5 MB
  • 004 sha256:6f23e04276568eff504ea277612c4142447b75edf3d6cfb1534bc1d63fe4be53 12.1 MB
  • 005 sha256:d53fcf73fd8eb7dd1c375469091d2c76cc69267d427ce47d5ba1283f25a230a0 1.25 KB
  • 006 sha256:0605b56b339e77d4e21c9b63f005ceb2bfc728c219276efabfe4fb732ef453c0 3.43 MB
  • 007 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32 Bytes
  • 008 sha256:52ee2cdd92eb5c24a786ef90e4612a1b3dd435f742a31e288fe87ba0f0d748d5 3.43 MB
  • 009 sha256:29acc7968b43e1f21df36cbdfef1820f749aedc583f6369aa90288297af00f70 1.89 KB
  • 010 sha256:62d03200e188535c304cccc7c282d6fe6a47a5bccf2d169155936c7a3de97e8e 60.2 MB
  • 011 sha256:2035fe996a26ba2f0f96296daf81efac924975f95dbe5a2eb8042739bb4b093b 245 Bytes
  • 012 sha256:20211ac538ca8b1ba0888060258d30dd0f1e3dc6026ab4274d8b02a36e5d070d 294 Bytes
  • 013 sha256:8458b2e57c5ffbb9b938a55485ac14530a76c4a0ff261caa54126811754e9362 1.86 KB
History
[2019-05-11 00:07:03 UTC] /bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in / [2019-05-11 00:07:03 UTC] /bin/sh -c #(nop) CMD ["/bin/sh"] [2019-05-11 01:32:11 UTC] /bin/sh -c #(nop) ENV LANG=C.UTF-8 [2019-05-11 01:32:12 UTC] /bin/sh -c { echo '#!/bin/sh'; echo 'set -e'; echo; echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home [2019-05-11 01:32:12 UTC] /bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk [2019-05-11 01:32:12 UTC] /bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin [2019-05-11 01:32:12 UTC] /bin/sh -c #(nop) ENV JAVA_VERSION=8u212 [2019-05-11 01:32:13 UTC] /bin/sh -c #(nop) ENV JAVA_ALPINE_VERSION=8.212.04-r0 [2019-05-11 01:32:17 UTC] /bin/sh -c set -x && apk add --no-cache openjdk8="$JAVA_ALPINE_VERSION" && [ "$JAVA_HOME" = "$(docker-java-home)" ] [2022-01-09 13:39:21 UTC] ENV LAS2PEER_PORT=9011 [2022-01-09 13:39:21 UTC] RUN /bin/sh -c apk add --update bash mysql-client apache-ant tzdata curl && rm -f /var/cache/apk/* # buildkit [2022-01-09 13:39:21 UTC] ENV TZ=Europe/Berlin [2022-01-09 13:39:22 UTC] RUN /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer # buildkit [2022-01-19 08:41:24 UTC] COPY . /src # buildkit [2022-01-19 08:41:24 UTC] WORKDIR /src [2022-01-19 08:41:25 UTC] RUN /bin/sh -c chmod -R a+rwx /src # buildkit [2022-01-19 08:41:25 UTC] RUN /bin/sh -c chmod +x /src/docker-entrypoint.sh # buildkit [2022-01-19 08:41:25 UTC] USER las2peer [2022-01-19 08:41:35 UTC] RUN /bin/sh -c ant jar startscripts # buildkit [2022-01-19 08:41:35 UTC] RUN /bin/sh -c dos2unix /src/etc/i5.las2peer.services.getWeatherService.GetWeatherMainClass.properties # buildkit [2022-01-19 08:41:35 UTC] RUN /bin/sh -c dos2unix /src/etc/ant_configuration/service.properties # buildkit [2022-01-19 08:41:36 UTC] RUN /bin/sh -c dos2unix /src/docker-entrypoint.sh # buildkit [2022-01-19 08:41:36 UTC] EXPOSE map[9011/tcp:{}] [2022-01-19 08:41:36 UTC] ENTRYPOINT ["/src/docker-entrypoint.sh"]