Tag
rwthacis/mobsos-cca-restapi:chatbotCCA
Created
2021-04-21 14:39:45 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
  • HTTP_PORT=8080
  • HTTPS_PORT=8443
  • REST_PORT=9012
  • url_las2peer=jdbc:mysql://mobsos-mysql.sbf-dev
  • dbSchema_las2peer=LAS2PEERMON
  • dbType_las2peer=MySQL
  • user_las2peer=root
  • password_las2peer=password
  • TZ=Europe/Berlin
Layers
  • 001 sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 2.63 MB
  • 002 sha256:f910a506b6cb1dbec766725d70356f695ae2bf2bea6224dbe8c7c6ad4f3664a2 238 Bytes
  • 003 sha256:c2274a1a0e2786ee9101b08f76111f9ab8019e368dce1e325d3c284a0ca33397 67.5 MB
  • 004 sha256:69b534962b09ce236c61b06a31357d83d7ddfc4686666642d5d074be06b91613 12.1 MB
  • 005 sha256:2032d850faf9a838d9bb6c77d25f6ba399fd2f67d6772ac2195c5433c0b2d5a0 1.22 KB
  • 006 sha256:5427ec15958afe6bca59ef2d2e8f8e8403dfcaa7a54a34b202dedfa0d3412646 15 MB
  • 007 sha256:75de5cb18be7e32eb2aeea688f966a7f7094e2566e1dfb87b2776be314f6c607 15 MB
  • 008 sha256:4eb5a29d83f2414c28c6823184d83cff081c94cafb6a7fe6b0ea50ff3512757f 1.87 KB
  • 009 sha256:c2437a6da92010d3e12619cd9e9950fe2708d1128942a4546249b2e5909b58a1 331 Bytes
  • 010 sha256:fcabe201a29d6c48e606502257fed883d09e0f63b57e45b0fe6a0dc7b50d520e 275 Bytes
  • 011 sha256:29a501515f5a97272ce9b87192845996591ea93417cac0324d157d0bb1d7e922 73 MB
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)" ] [2021-04-21 14:38:29 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080 [2021-04-21 14:38:30 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443 [2021-04-21 14:38:31 UTC] /bin/sh -c #(nop) ENV REST_PORT=9012 [2021-04-21 14:38:32 UTC] /bin/sh -c #(nop) ENV url_las2peer=jdbc:mysql://mobsos-mysql.sbf-dev [2021-04-21 14:38:33 UTC] /bin/sh -c #(nop) ENV dbSchema_las2peer=LAS2PEERMON [2021-04-21 14:38:34 UTC] /bin/sh -c #(nop) ENV dbType_las2peer=MySQL [2021-04-21 14:38:35 UTC] /bin/sh -c #(nop) ENV user_las2peer=root [2021-04-21 14:38:36 UTC] /bin/sh -c #(nop) ENV password_las2peer=password [2021-04-21 14:38:37 UTC] /bin/sh -c #(nop) ENV TZ=Europe/Berlin [2021-04-21 14:38:40 UTC] /bin/sh -c apk add --update bash mysql-client apache-ant tzdata curl && rm -f /var/cache/apk/* [2021-04-21 14:38:41 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer [2021-04-21 14:38:43 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:5cf0ba18c343e8638715526173de41316a8578c22c06e74fc8c742608ae5de80 in /src [2021-04-21 14:38:44 UTC] /bin/sh -c #(nop) WORKDIR /src [2021-04-21 14:38:48 UTC] /bin/sh -c chmod -R a+rwx /src [2021-04-21 14:38:49 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh [2021-04-21 14:38:49 UTC] /bin/sh -c dos2unix docker-entrypoint.sh [2021-04-21 14:38:50 UTC] /bin/sh -c dos2unix config.properties [2021-04-21 14:38:51 UTC] /bin/sh -c dos2unix etc/ant_configuration/service.properties [2021-04-21 14:38:52 UTC] /bin/sh -c #(nop) USER las2peer [2021-04-21 14:39:42 UTC] /bin/sh -c ant jar startscripts [2021-04-21 14:39:42 UTC] /bin/sh -c #(nop) EXPOSE 8080 [2021-04-21 14:39:43 UTC] /bin/sh -c #(nop) EXPOSE 8443 [2021-04-21 14:39:44 UTC] /bin/sh -c #(nop) EXPOSE 9012 [2021-04-21 14:39:45 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]