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:6439412fe2843083295ff67a6aec8d7ffc72241e03642a26e690d66a96668c0d
10.3 MB
-
005
sha256:d91f867404429099475795cf0209d9cb59c9d19f9b5abb8de29fdb3e6226dd08
1.21 KB
-
006
sha256:05f24d76a89295dea1fb696436b73c59ab61c48e5873586ba465a716e6ed696c
326 KB
-
007
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
-
008
sha256:d85eb0b54c9bbb7609a0aec810415e8a9faedf23f01c49a69103d68a521e41f2
326 KB
-
009
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
-
010
sha256:7de6715f3496f1ba512c63b28c39235670c46c65287635f5d0e438d02bd09740
3.53 KB
-
011
sha256:dfb466582d9d2f53c7aa0bc70358fcd0ab686d6504918c92c6a19299218d8611
217 Bytes
-
012
sha256:605b07c2b2a0b84a5f6cda55e2f251eb8985ec88a6797c152b44b33c75c09ac5
2.16 KB
-
013
sha256:27d3e3eb9076db510936994634dc15e22874fe4085073b05123e487c23a01fc6
523 MB
-
014
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
-
015
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
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"]
[2024-06-27 10:42:48 UTC] ENV LAS2PEER_PORT=9011
[2024-06-27 10:42:48 UTC] ENV DATABASE_NAME=SHS
[2024-06-27 10:42:48 UTC] ENV DATABASE_HOST=127.0.0.1
[2024-06-27 10:42:48 UTC] ENV DATABASE_PORT=3306
[2024-06-27 10:42:48 UTC] ENV DATABASE_USER=root
[2024-06-27 10:42:48 UTC] ENV DATABASE_PASSWORD=password
[2024-06-27 10:42:48 UTC] ENV URL=https://limesurvey.tech4comp.dbis.rwth-aachen.de/index.php/admin/remotecontrol
[2024-06-27 10:42:48 UTC] ENV TZ=Europe/Berlin
[2024-06-27 10:42:48 UTC] RUN /bin/sh -c apk add --update bash mysql-client tzdata dos2unix curl && rm -f /var/cache/apk/* # buildkit
[2024-06-27 10:42:48 UTC] RUN /bin/sh -c addgroup -g 1000 -S las2peer && adduser -u 1000 -S las2peer -G las2peer # buildkit
[2024-06-27 10:42:48 UTC] COPY --chown=las2peer:las2peer . /src # buildkit
[2024-06-27 10:42:48 UTC] WORKDIR /src
[2024-06-27 10:42:48 UTC] RUN /bin/sh -c chmod -R a+rwx /src # buildkit
[2024-06-27 10:42:48 UTC] RUN /bin/sh -c chmod +x /src/docker-entrypoint.sh # buildkit
[2024-06-27 10:42:48 UTC] USER las2peer
[2024-06-27 10:42:48 UTC] RUN /bin/sh -c dos2unix gradlew # buildkit
[2024-06-27 10:42:49 UTC] RUN /bin/sh -c dos2unix gradle.properties # buildkit
[2024-06-27 10:42:49 UTC] RUN /bin/sh -c dos2unix /src/docker-entrypoint.sh # buildkit
[2024-06-27 10:43:23 UTC] RUN /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test # buildkit
[2024-06-27 10:43:23 UTC] RUN /bin/sh -c chmod +x /src/docker-entrypoint.sh # buildkit
[2024-06-27 10:43:23 UTC] RUN /bin/sh -c chmod +x docker-entrypoint.sh # buildkit
[2024-06-27 10:43:23 UTC] EXPOSE map[]
[2024-06-27 10:43:23 UTC] EXPOSE map[]
[2024-06-27 10:43:23 UTC] EXPOSE map[9011/tcp:{}]
[2024-06-27 10:43:23 UTC] ENTRYPOINT ["/src/docker-entrypoint.sh"]