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
-
LAS2PEER_PORT=9011
-
DATABASE_NAME=SHS
-
DATABASE_HOST=127.0.0.1
-
DATABASE_PORT=3306
-
DATABASE_USER=root
-
DATABASE_PASSWORD=password
-
URL=https://limesurvey.tech4comp.dbis.rwth-aachen.de/index.php/admin/remotecontrol
-
TZ=Europe/Berlin
Layers
-
001
sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b
2.68 MB
-
002
sha256:53c9466125e464fed5626bde7b7a0f91aab09905f0a07e9ad4e930ae72e0fc63
907 KB
-
003
sha256:d8d715783b80cab158f5bf9726bcada5265c1624b64ca2bb46f42f94998d4662
178 MB
-
004
sha256:adfae82bf45f78174d13f9dc8faa72cfb6687991f036e5eaa340173626982914
10.3 MB
-
005
sha256:990e1f099fda6cf68b27187466fed9788d21ea4bbb50b6608c764219005ec853
1.21 KB
-
006
sha256:31f2b01f233f5aa6f073f6bb4d615dfbadc6e6935e8ee9497920901395892739
330 KB
-
007
sha256:60fdf320eb75a813525754e3b6d05db055138f4621c85a98b7516ebd44967dd8
330 KB
-
008
sha256:37c535a3c5749534ca110d211f729de04039fb28892ee42f0308743645d4763e
3.54 KB
-
009
sha256:b1dbd30d1a3824f878d0790d00115fa21bb97d30267f4af5e9f9deeeea08aff3
297 Bytes
-
010
sha256:c4ef8da724ef1e1fc0c1e506c12c2fb9cc7abb4f2d1851ad4a5488d76366ec61
2.16 KB
-
011
sha256:5e71a28d474e899732d3d82bedfdaad9585bfc26085c599b8ca810c13d5d2746
510 MB
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"]
[2022-07-11 06:36:21 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9011
[2022-07-11 06:36:22 UTC] /bin/sh -c #(nop) ENV DATABASE_NAME=SHS
[2022-07-11 06:36:23 UTC] /bin/sh -c #(nop) ENV DATABASE_HOST=127.0.0.1
[2022-07-11 06:36:24 UTC] /bin/sh -c #(nop) ENV DATABASE_PORT=3306
[2022-07-11 06:36:25 UTC] /bin/sh -c #(nop) ENV DATABASE_USER=root
[2022-07-11 06:36:26 UTC] /bin/sh -c #(nop) ENV DATABASE_PASSWORD=password
[2022-07-11 06:36:27 UTC] /bin/sh -c #(nop) ENV URL=https://limesurvey.tech4comp.dbis.rwth-aachen.de/index.php/admin/remotecontrol
[2022-07-11 06:36:28 UTC] /bin/sh -c #(nop) ENV TZ=Europe/Berlin
[2022-07-11 06:36:30 UTC] /bin/sh -c apk add --update bash mysql-client tzdata dos2unix curl && rm -f /var/cache/apk/*
[2022-07-11 06:36:31 UTC] /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer
[2022-07-11 06:36:33 UTC] /bin/sh -c #(nop) COPY --chown=las2peer:las2peerdir:428ddadddf52b5f0001837ee1eec22e5f4da716b1351cca84565316ac15a95cf in /src
[2022-07-11 06:36:33 UTC] /bin/sh -c #(nop) WORKDIR /src
[2022-07-11 06:36:34 UTC] /bin/sh -c chmod -R a+rwx /src
[2022-07-11 06:36:35 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh
[2022-07-11 06:36:36 UTC] /bin/sh -c #(nop) USER las2peer
[2022-07-11 06:36:37 UTC] /bin/sh -c dos2unix gradlew
[2022-07-11 06:36:38 UTC] /bin/sh -c dos2unix gradle.properties
[2022-07-11 06:36:39 UTC] /bin/sh -c dos2unix /src/docker-entrypoint.sh
[2022-07-11 06:37:32 UTC] /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test
[2022-07-11 06:37:33 UTC] /bin/sh -c chmod +x /src/docker-entrypoint.sh
[2022-07-11 06:37:34 UTC] /bin/sh -c chmod +x docker-entrypoint.sh
[2022-07-11 06:37:35 UTC] /bin/sh -c #(nop) EXPOSE
[2022-07-11 06:37:36 UTC] /bin/sh -c #(nop) EXPOSE
[2022-07-11 06:37:37 UTC] /bin/sh -c #(nop) EXPOSE 9011
[2022-07-11 06:37:38 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/src/docker-entrypoint.sh"]