Tag
rwthacis/las2peer:nonce
Created
2021-09-28 19:01:30 UTC
Architecture
linux / amd64
Content Digest
Pull Command
ENV
  • PATH=/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  • JAVA_HOME=/opt/openjdk-14
  • JAVA_VERSION=14-ea+33
  • JAVA_URL=https://download.java.net/java/early_access/alpine/33/binaries/openjdk-14-ea+33_linux-x64-musl_bin.tar.gz
  • JAVA_SHA256=25344fdf7438d05166fb3471a591aacf72e5fc7ca334b59b3f90ff34ee3b27e5
  • LAS2PEER_PORT=9000
  • LAS2PEER_BOOTSTRAP=
Layers
  • 001 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.66 MB
  • 002 sha256:345cf19c142c73b4673b7f5195d90723d77f452a902206b91c63c6ddca4e6bb7 191 MB
  • 003 sha256:7dfffed5602a24d4c7700ff36eefc53f50932c919200ee48e3203d6ff8082446 161 MB
  • 004 sha256:32d9fa6c34bacd3d709e18ec8a781c9463d6405bf390805d5a98ad3f637ad6e8 1.23 KB
  • 005 sha256:078da9b616e86ea7293a7f330fd6ec538ab9e77144a23426835179d25941e546 97 Bytes
  • 006 sha256:5d0b5395c8d61a84cc5be4eb6a2247bfc78ff44205a0a007982286017de966dd 13.2 KB
  • 007 sha256:fc05589c9cdb3ddd43784f9f9a1f7f67549cc42706f14d897899787261af2341 356 Bytes
  • 008 sha256:166cf005792200352399d7370681003611ea52f8ec1765724943e94e4a8bdaf4 325 KB
  • 009 sha256:ddcbe3c62a6990abea9c0277a1bf5a937188cb19b04ba5326edd2ac200128414 27.9 MB
  • 010 sha256:e0892b1c57378fb165b3c906a74cf0975bf9e4170b3b990ce1c32e7e4f098629 1.37 MB
  • 011 sha256:15e36d46f6d35a4782c34bc98f7614d2ab664fa34bcb306899727898e93b36e1 357 Bytes
  • 012 sha256:da40985c259fb5b6df75af76af11b2ba077fb2e4b3f2e8e9503febf5e26a8e9d 47.4 MB
  • 013 sha256:9a3b53861a84f4127da16a64570b3d360c4b7e5f59dab4f6b57bec0312b800b4 227 Bytes
  • 014 sha256:6b19fe75c617118aa2f32b3edc95aa0a1f79a256a5b7941fbd84dcfe0f22faed 744 MB
  • 015 sha256:46d87e55c9b28cc8752edb40e0e543ac79273d06ccc6808569411e32d29753da 692 Bytes
  • 016 sha256:209128d99e0fda45a5fb40b5eabfe7baa624715b80230be0e768e9ae112f8fc5 178 Bytes
  • 017 sha256:0b8a56e8d3a42077795d27af1646644c3ab425be7c96386dbbb067881ade83b3 2.24 KB
  • 018 sha256:41bfb6dc992261c61acfc0967b9ba47f62f55650e0229ac8b88b7332ec09dd8f 2.82 KB
History
[2020-01-23 16:53:06 UTC] /bin/sh -c #(nop) ADD file:d48cac34fac385cbc1de6adfdd88300f76f9bbe346cd17e64fd834d042a98326 in / [2020-01-23 16:53:06 UTC] /bin/sh -c #(nop) CMD ["/bin/sh"] [2020-01-23 22:15:00 UTC] /bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-14 [2020-01-23 22:15:00 UTC] /bin/sh -c #(nop) ENV PATH=/opt/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-01-28 01:03:57 UTC] /bin/sh -c #(nop) ENV JAVA_VERSION=14-ea+33 [2020-01-28 01:03:57 UTC] /bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/33/binaries/openjdk-14-ea+33_linux-x64-musl_bin.tar.gz [2020-01-28 01:03:58 UTC] /bin/sh -c #(nop) ENV JAVA_SHA256=25344fdf7438d05166fb3471a591aacf72e5fc7ca334b59b3f90ff34ee3b27e5 [2020-01-28 01:05:39 UTC] /bin/sh -c set -eux; wget -O /openjdk.tgz "$JAVA_URL"; echo "$JAVA_SHA256 */openjdk.tgz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /openjdk.tgz --directory "$JAVA_HOME" --strip-components 1; rm /openjdk.tgz; java -Xshare:dump; java --version; javac --version [2020-01-28 01:05:39 UTC] /bin/sh -c #(nop) CMD ["jshell"] [2021-09-28 18:56:36 UTC] /bin/sh -c #(nop) EXPOSE 8001 8080 9000 [2021-09-28 18:56:37 UTC] /bin/sh -c #(nop) ARG LAS2PEER_PORT=9000 [2021-09-28 18:56:38 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9000 [2021-09-28 18:56:39 UTC] /bin/sh -c #(nop) ARG LAS2PEER_BOOTSTRAP= [2021-09-28 18:56:40 UTC] /bin/sh -c #(nop) ENV LAS2PEER_BOOTSTRAP= [2021-09-28 18:57:06 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-09-28 18:57:08 UTC] /bin/sh -c addgroup -g 1000 -S build && adduser -u 1000 -S build -G build [2021-09-28 18:57:09 UTC] /bin/sh -c mkdir -p /app && chown build:build /app [2021-09-28 18:57:10 UTC] /bin/sh -c #(nop) USER build [2021-09-28 18:57:11 UTC] /bin/sh -c #(nop) WORKDIR /app [2021-09-28 18:57:12 UTC] /bin/sh -c git clone https://github.com/ettore26/wait-for-command [2021-09-28 18:57:14 UTC] /bin/sh -c #(nop) ADD 821c396e823e702d136656ce33cb0ac3b2b1a0787ca6fde1b301032268179db3 in version.json [2021-09-28 18:57:15 UTC] /bin/sh -c git clone https://github.com/rwth-acis/las2peer-registry-contracts.git -b master [2021-09-28 18:57:16 UTC] /bin/sh -c #(nop) WORKDIR /app/las2peer-registry-contracts [2021-09-28 18:57:24 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:730a806b401ea7051ecd934c4b171bc1937f6c700f461d801099b06f9129b0c2 in /app/las2peer-registry-contracts/node_modules [2021-09-28 18:57:32 UTC] /bin/sh -c npm install [2021-09-28 18:57:33 UTC] /bin/sh -c #(nop) WORKDIR /app [2021-09-28 18:57:35 UTC] /bin/sh -c #(nop) ADD 98e0e9a8ce1b91ee4cdad9c556c423981fc461d85df3820a8b07638659605a95 in version.json [2021-09-28 18:57:41 UTC] /bin/sh -c git clone https://github.com/rwth-acis/las2peer.git -b frontend-update [2021-09-28 18:57:42 UTC] /bin/sh -c #(nop) WORKDIR /app/las2peer [2021-09-28 18:57:44 UTC] /bin/sh -c mkdir -p /app/las2peer/restmapper/tmp && mkdir -p /app/las2peer/webconnector/tmp && mkdir -p /app/las2peer/log && mkdir -p /app/las2peer/node-storage [2021-09-28 19:01:04 UTC] /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test [2021-09-28 19:01:08 UTC] /bin/sh -c #(nop) WORKDIR /app [2021-09-28 19:01:12 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:bfbd4d863bb9e8bd024cde6b2acea4208cb6115f5217b0e0bd3988efde80cc0b in /app/las2peer/etc [2021-09-28 19:01:15 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:e8861c8746d5e383b0dd132ae06a09f04abc9e075bb934ad5b4e779c66c878c3 in /app/las2peer/service [2021-09-28 19:01:19 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:b6632c1b50276b840b9fe4608967164c8999fc4ccc340ae3eec540646c63ff4a in /app/keystore [2021-09-28 19:01:23 UTC] /bin/sh -c #(nop) COPY --chown=build:buildfile:5338a5dca1fcfaba07625a28cbdc8519fb4d642b0ebdb4ed5ab30b7b87150068 in /app/start.sh [2021-09-28 19:01:27 UTC] /bin/sh -c chmod +x /app/start.sh [2021-09-28 19:01:30 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/bin/sh" "-c" "/app/start.sh"]