Tag
rwthacis/learning-analytics-verification:develop
Created
2021-02-10 00:34:20 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=9000
  • LAS2PEER_BOOTSTRAP=
Layers
  • 001 sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 2.63 MB
  • 002 sha256:f910a506b6cb1dbec766725d70356f695ae2bf2bea6224dbe8c7c6ad4f3664a2 238 Bytes
  • 003 sha256:c2274a1a0e2786ee9101b08f76111f9ab8019e368dce1e325d3c284a0ca33397 67.5 MB
  • 004 sha256:5231e69b38321c07079197fb4dda4ad9c2eb0b659b4fbd126bba5f1c9f1a1d91 110 MB
  • 005 sha256:88d4ce18c93319a3baeec0db176b9f95b2a0e14ed85acb6e55e1c8b13f5fb416 1.22 KB
  • 006 sha256:5422d3fae698845b74442c6a0fdbfc9b5def6a19b32c49bf3ba930e872fd48c5 97 Bytes
  • 007 sha256:0d0526d3c917d157733450363da53f56666b1b83058eb8cc4f200975c89431dc 149 Bytes
  • 008 sha256:762a1d8fbef3dfbf28d9c818d49bcd9f107998b8ba0f9a6a3e70447c448d5295 13.2 KB
  • 009 sha256:dd20a31d36bdf783a8de339693fe19748db35a68e21ea008a12c44acb78131ce 159 KB
  • 010 sha256:a1cc987eea1e55a005ebe74f6f3c10d30432973f5aff22e0c2f1aa42724bbafc 356 Bytes
  • 011 sha256:7b7521c890eadf2cbc7df5b74692cad5eecb1933cb1e20b91a7efb935342d60f 312 KB
  • 012 sha256:dfe970b77ea7879991d9ebd83055b9fbe09b4112acdfed5ec9c3f6749b8f433e 27.9 MB
  • 013 sha256:ea16473bc301294abe9053ba8d0d4578354877bdd83560d93f1a67072755093c 1.37 MB
  • 014 sha256:fda7ab5d8d78fcb7d5a86254598ef76945146a26ab46f8280ea677f35e5cffbe 59.3 MB
  • 015 sha256:ef7ec185381d45c8780309fbd6f461dcee2f9c92fb9fc96feb46a863c2aa8960 27.9 MB
  • 016 sha256:8322d6f3d987f378c0653ed1cdaac436244a06382e1327c2861b1de1d0a1d324 713 KB
  • 017 sha256:6f1a40ceed04cf167547548947e57b5efcf883534d9dcd44b3f979b7b5a55895 2.67 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)" ] [2021-02-10 00:32:33 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9000 [2021-02-10 00:32:34 UTC] /bin/sh -c #(nop) ARG LAS2PEER_BOOTSTRAP= [2021-02-10 00:32:35 UTC] /bin/sh -c #(nop) ENV LAS2PEER_BOOTSTRAP= [2021-02-10 00:33:02 UTC] /bin/sh -c apk add --no-cache bash nodejs npm git python build-base htop curl sed apache-ant tar wget vim && npm i -g pm2 http-server [2021-02-10 00:33:10 UTC] /bin/sh -c addgroup -g 1000 -S build && adduser -u 1000 -S build -G build [2021-02-10 00:33:11 UTC] /bin/sh -c mkdir -p /app && chown build:build /app [2021-02-10 00:33:13 UTC] /bin/sh -c mkdir -p /app/las2peer/node-storage && chown build:build /app/las2peer/node-storage [2021-02-10 00:33:14 UTC] /bin/sh -c #(nop) USER build [2021-02-10 00:33:15 UTC] /bin/sh -c #(nop) WORKDIR /app [2021-02-10 00:33:16 UTC] /bin/sh -c git clone https://github.com/ettore26/wait-for-command [2021-02-10 00:33:17 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:34afd811e7b781eecabba74b8a62fd30b7cf41aae3710cad76a22dced5f97468 in /app [2021-02-10 00:33:18 UTC] /bin/sh -c #(nop) ADD eebad96553321a405a7b1681e72b4bfb4c013c993ba998e534e1285e033cc828 in version.json [2021-02-10 00:33:20 UTC] /bin/sh -c git clone https://github.com/rwth-acis/las2peer-registry-contracts.git -b master [2021-02-10 00:33:21 UTC] /bin/sh -c #(nop) WORKDIR /app/las2peer-registry-contracts [2021-02-10 00:33:27 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:954a4c158662cbd4cc202f75c9a919bd02e086f978cd5829171c7d90e7a083bd in /app/las2peer-registry-contracts/node_modules [2021-02-10 00:33:38 UTC] /bin/sh -c npm install [2021-02-10 00:33:40 UTC] /bin/sh -c #(nop) WORKDIR /app [2021-02-10 00:33:55 UTC] /bin/sh -c ant jar [2021-02-10 00:33:57 UTC] /bin/sh -c #(nop) WORKDIR /app/la-registry-contracts [2021-02-10 00:34:02 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:954a4c158662cbd4cc202f75c9a919bd02e086f978cd5829171c7d90e7a083bd in /app/la-registry-contracts/node_modules [2021-02-10 00:34:14 UTC] /bin/sh -c npm install [2021-02-10 00:34:16 UTC] /bin/sh -c #(nop) WORKDIR /app [2021-02-10 00:34:18 UTC] /bin/sh -c chmod +x /app/start.sh [2021-02-10 00:34:20 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/bin/sh" "-c" "/app/start.sh"]