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
-
GRAPHQL_PORT=9011
-
restAPIURL=https://git.tech4comp.dbis.rwth-aachen.de
-
dbSchema_las2peer=LAS2PEERMON
-
dbType_las2peer=MySQL
-
user_las2peer=root
-
password_las2peer=password
-
url_las2peermon=jdbc:mysql://127.0.0.1:3306
-
WEBCONNECTOR=false
-
TZ=Europe/Berlin
Layers
-
001
sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10
2.63 MB
-
002
sha256:f910a506b6cb1dbec766725d70356f695ae2bf2bea6224dbe8c7c6ad4f3664a2
238 Bytes
-
003
sha256:c2274a1a0e2786ee9101b08f76111f9ab8019e368dce1e325d3c284a0ca33397
67.5 MB
-
004
sha256:18d01346678f470112503b40778332d86d90711eaaf70db65a3d1f870f1d1d5a
12.1 MB
-
005
sha256:049520bbe1eaabd6b810ff7e285c8f907eb0292ae20845bc2e24419783c5275e
1.22 KB
-
006
sha256:20b8f51fe352074b047135bb71b60535d241aa9138b2bdfae0d8e15c5ebb662d
23.6 MB
-
007
sha256:c3cf17931457e8ca119dc00b895b285942966a6baffd347894f8eefaaa483af3
23.6 MB
-
008
sha256:aec8444e2900e1d509a9d2a871358ffe823edc642999cae96cefba16ecd9a5f8
2.33 KB
-
009
sha256:7e11963b183a3f4cb1f8cd3d81f2050c8935b518312c5ab3465047202f7b14a2
326 Bytes
-
010
sha256:4a95453e63b4ed19d58c7cd029bbca65e5f302a896b49a765159291d014bd5dc
281 Bytes
-
011
sha256:10e1b956da88be68b4cf3c6d9909dbcbcf3c603d83cde8b29d533d3be90f44aa
102 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:45:30 UTC] /bin/sh -c #(nop) ENV HTTP_PORT=8080
[2021-04-21 14:45:31 UTC] /bin/sh -c #(nop) ENV HTTPS_PORT=8443
[2021-04-21 14:45:32 UTC] /bin/sh -c #(nop) ENV GRAPHQL_PORT=9011
[2021-04-21 14:45:33 UTC] /bin/sh -c #(nop) ENV restAPIURL=https://git.tech4comp.dbis.rwth-aachen.de
[2021-04-21 14:45:34 UTC] /bin/sh -c #(nop) ENV dbSchema_las2peer=LAS2PEERMON
[2021-04-21 14:45:35 UTC] /bin/sh -c #(nop) ENV dbType_las2peer=MySQL
[2021-04-21 14:45:36 UTC] /bin/sh -c #(nop) ENV user_las2peer=root
[2021-04-21 14:45:37 UTC] /bin/sh -c #(nop) ENV password_las2peer=password
[2021-04-21 14:45:38 UTC] /bin/sh -c #(nop) ENV url_las2peermon=jdbc:mysql://127.0.0.1:3306
[2021-04-21 14:45:39 UTC] /bin/sh -c #(nop) ENV WEBCONNECTOR=false
[2021-04-21 14:45:40 UTC] /bin/sh -c #(nop) ENV TZ=Europe/Berlin
[2021-04-21 14:45:43 UTC] /bin/sh -c apk add --update bash mysql-client apache-ant tzdata curl && rm -f /var/cache/apk/*
[2021-04-21 14:45:44 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer
[2021-04-21 14:45:46 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:212a02a5ed48b235fcc738bf1bac410c60ba5616f469f9ce3d027d809914b621 in /src
[2021-04-21 14:45:47 UTC] /bin/sh -c #(nop) WORKDIR /src
[2021-04-21 14:45:50 UTC] /bin/sh -c chmod -R a+rwx /src
[2021-04-21 14:45:50 UTC] /bin/sh -c chmod +x docker-entrypoint.sh
[2021-04-21 14:45:51 UTC] /bin/sh -c dos2unix docker-entrypoint.sh
[2021-04-21 14:45:52 UTC] /bin/sh -c dos2unix config.properties
[2021-04-21 14:45:53 UTC] /bin/sh -c dos2unix etc/ant_configuration/service.properties
[2021-04-21 14:45:54 UTC] /bin/sh -c #(nop) USER las2peer
[2021-04-21 14:46:59 UTC] /bin/sh -c ant jar startscripts
[2021-04-21 14:47:00 UTC] /bin/sh -c #(nop) EXPOSE 8080
[2021-04-21 14:47:01 UTC] /bin/sh -c #(nop) EXPOSE 8443
[2021-04-21 14:47:02 UTC] /bin/sh -c #(nop) EXPOSE 9011
[2021-04-21 14:47:03 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]