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=9000
-
LAS2PEER_BOOTSTRAP=
Layers
-
001
sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b
2.68 MB
-
002
sha256:53c9466125e464fed5626bde7b7a0f91aab09905f0a07e9ad4e930ae72e0fc63
907 KB
-
003
sha256:d8d715783b80cab158f5bf9726bcada5265c1624b64ca2bb46f42f94998d4662
178 MB
-
004
sha256:c273a38acc919a6157c0073fb156ebdcc3edd98f07f2ff91df524f81ca00595b
20.3 MB
-
005
sha256:a3601a7965192f82fd16fee11336f5cbb3d7d7d0a96e41d7121b7cac590e56d2
165 MB
-
006
sha256:7693fca3971e84c9b63e22f9b61c13addcb1e4d712b92f1b2ca9e5c767417fa3
1.21 KB
-
007
sha256:8d53178317e2178112610e10c504b5ba108d2fea567b5e58e7d1130a647122fe
96 Bytes
-
008
sha256:140f6380d1a9c0e87acfc04f2f6a707d7410029dbd877f425cf61c7c0b9022f3
13.7 KB
-
009
sha256:0c7a4c84c026f37f724582181e5628b746a3c87a2702a2bc6b5197e3a801fecd
357 Bytes
-
010
sha256:ae6f566e325f50f70a4d6c8c716247e8428440f3e7be5d31672c093cb309f6c6
327 KB
-
011
sha256:6c27469246428b3aed8be1c178920470667cd3485059155cb50625aab3c6bfdb
1.9 KB
-
012
sha256:46e9472e9cab89fedb44e7ec80b0955df557cc331b0c86752fce38aab4d4241e
28.6 MB
-
013
sha256:a0b2c832e17b5979cfcea69c6e2cdcf6a6a8524d8bae83d3d2102c78f2451927
1.22 MB
-
014
sha256:143ce869205ec4b0bb475b3b8674ee214909d105dc3dadd0fc2674c1264b2847
339 Bytes
-
015
sha256:ce182e61b5d74468e926cb6aaba063fc883520fdad9275a3c21676ab4e5e3482
49.1 MB
-
016
sha256:8c76f96079fab2da171a245de38d8700ea70dad763f47ddeb70b56261633c39e
23 KB
-
017
sha256:f4a45a20fa6546bb5310806b84098fd7f2ece3f798db944248acc5a9639509a2
229 Bytes
-
018
sha256:89d81f08d4bc00d03706ef4599f7417f778c2c6471f07babbd566bc8a593ca62
811 MB
-
019
sha256:d907438773ee5f64e9b8292c2dc621790431e32baf7077aefb8cb18714f19ae0
691 Bytes
-
020
sha256:c0e889e729a5db8fe6af87a8c670679cef81ec13bf97eba8dbad77f9ac1158ef
179 Bytes
-
021
sha256:725330e2077c2534b8f0b8d5ede79723b2e7fa937f94db1bb2c8ec2824f3fcda
2.24 KB
-
022
sha256:8f5b3cd4b968add1157fe783a9d7fe54a35beac4cc1751bc9b7d669cc8f1466d
2.88 KB
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-03-14 18:37:02 UTC] /bin/sh -c #(nop) EXPOSE 8001 8080 9000
[2022-03-14 18:37:02 UTC] /bin/sh -c #(nop) ARG LAS2PEER_PORT=9000
[2022-03-14 18:37:03 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9000
[2022-03-14 18:37:04 UTC] /bin/sh -c #(nop) ARG LAS2PEER_BOOTSTRAP=
[2022-03-14 18:37:05 UTC] /bin/sh -c #(nop) ENV LAS2PEER_BOOTSTRAP=
[2022-03-14 18:37:09 UTC] /bin/sh -c apk add --update --no-cache curl py-pip python3
[2022-03-14 18:37:31 UTC] /bin/sh -c apk add --no-cache bash nodejs npm git build-base htop sed apache-ant tar wget vim && npm i -g pm2 http-server
[2022-03-14 18:37:32 UTC] /bin/sh -c addgroup -g 1000 -S build && adduser -u 1000 -S build -G build
[2022-03-14 18:37:33 UTC] /bin/sh -c mkdir -p /app && chown build:build /app
[2022-03-14 18:37:34 UTC] /bin/sh -c #(nop) USER build
[2022-03-14 18:37:35 UTC] /bin/sh -c #(nop) WORKDIR /app
[2022-03-14 18:37:37 UTC] /bin/sh -c git clone https://github.com/ettore26/wait-for-command
[2022-03-14 18:37:38 UTC] /bin/sh -c #(nop) ADD 821c396e823e702d136656ce33cb0ac3b2b1a0787ca6fde1b301032268179db3 in version.json
[2022-03-14 18:37:39 UTC] /bin/sh -c git clone https://github.com/rwth-acis/las2peer-registry-contracts.git
[2022-03-14 18:37:40 UTC] /bin/sh -c #(nop) WORKDIR /app/las2peer-registry-contracts
[2022-03-14 18:37:41 UTC] /bin/sh -c git checkout tags/v1.0.1
[2022-03-14 18:37:48 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:1a19a29abfbb48f394e6e93ae44ebc85944e3bc52abb342f00861aea4f424570 in /app/las2peer-registry-contracts/node_modules
[2022-03-14 18:37:54 UTC] /bin/sh -c npm install
[2022-03-14 18:37:55 UTC] /bin/sh -c #(nop) WORKDIR /app
[2022-03-14 18:37:56 UTC] /bin/sh -c #(nop) ADD 24e2cb0bdbab4af2412fbf66ac1e23c1eefd4d3dc9d31a049a4443f3f5a8a56e in version.json
[2022-03-14 18:38:01 UTC] /bin/sh -c git clone https://github.com/rwth-acis/las2peer.git
[2022-03-14 18:38:02 UTC] /bin/sh -c #(nop) WORKDIR /app/las2peer
[2022-03-14 18:38:04 UTC] /bin/sh -c git checkout tags/v1.2.2
[2022-03-14 18:38:05 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
[2022-03-14 18:41:13 UTC] /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test
[2022-03-14 18:41:18 UTC] /bin/sh -c #(nop) WORKDIR /app
[2022-03-14 18:41:21 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:bfbd4d863bb9e8bd024cde6b2acea4208cb6115f5217b0e0bd3988efde80cc0b in /app/las2peer/etc
[2022-03-14 18:41:25 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:e8861c8746d5e383b0dd132ae06a09f04abc9e075bb934ad5b4e779c66c878c3 in /app/las2peer/service
[2022-03-14 18:41:28 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:b6632c1b50276b840b9fe4608967164c8999fc4ccc340ae3eec540646c63ff4a in /app/keystore
[2022-03-14 18:41:31 UTC] /bin/sh -c #(nop) COPY --chown=build:buildfile:30c58cad1635e4c4f878747c0b91cb1b7e2c3c568ba5689d9e0e3c7340ac6c8b in /app/start.sh
[2022-03-14 18:41:35 UTC] /bin/sh -c chmod +x /app/start.sh
[2022-03-14 18:41:39 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/bin/sh" "-c" "/app/start.sh"]