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:abb7c81b2a2c28f364e10539ead77546fe2060ee7ce0236883547c149b4d1778
20.3 MB
-
005
sha256:6428e6925fa6ba2c1950182f12ffc35c46616af0086cd6e8ddd444d915b4d186
166 MB
-
006
sha256:794faff971acaa487992d8b99c1c3b889e6f51a64541062629cd96ecc19a8bab
1.21 KB
-
007
sha256:c6a55c6edbc7f7cfcc86aab61e509f1e8473e6555d4d7050b240110e0bda07e7
97 Bytes
-
008
sha256:e5ab72e35e25867791c8e30a571a6a0427db14c1dfe140bd46a318e4c6710b7e
13.7 KB
-
009
sha256:9b4b9b37e0ee9752fab99c290e9f000b17f2aba1755df2e30c34e32f3abf1b62
357 Bytes
-
010
sha256:e3e4ab9b81f25550cb13dcb3371fb8aeca3fa31bfcb4e86f443085b0af0824e6
338 KB
-
011
sha256:ab724764ccef98ca736e7131e413eb9da54c4fbee5fd6be09e53154049aa0b12
2.06 KB
-
012
sha256:81ab7d46162c936c417c243d8af67f38ff79feac5a56c1316c39118a5a6ffebb
28.6 MB
-
013
sha256:ee439221c09fdeb49e1e4e640789d368caa377e4ab564e467474d6d49ee4eeca
1.64 MB
-
014
sha256:32f7d9fd70bb5940e4bae3d0313fc6183f152f44bed6f47db24ab174a5716e08
339 Bytes
-
015
sha256:d45bfa85602efc1dfff4a052eb212b3d391de9a58a357e1edbc6a181a3aec2a9
48.8 MB
-
016
sha256:b9a882d6798d87c26ce4cadba601836bd1741b6cc280c209ac7c38fde82fc604
23.1 KB
-
017
sha256:5facb226bcec6582f204ed552989ef3e31eaa975f8ceb4a35e98f2e1aa098b06
229 Bytes
-
018
sha256:56a4c822320129a35b0187129a4b829e7b273e006264fb82e2f05639695f7746
825 MB
-
019
sha256:2e1f1de3d740b61f9cccc832fcb136805af5c1e66b4c5c82afa63f5b012ff879
691 Bytes
-
020
sha256:bc28cdd537b4423e439cbc2ba645a2f4929ceaa90e626bc32efa9e02c9b6d9e5
177 Bytes
-
021
sha256:f7fcef631db46706b381be9258e3eed4223864d9f492ba060ef265d075f6cb7f
2.24 KB
-
022
sha256:210a1a650a705c6dd595dcd4f1521f47a5d5a1dd42eaa72c375d4d9c09ca61e3
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-09-15 17:00:40 UTC] /bin/sh -c #(nop) EXPOSE 8001 8080 9000
[2022-09-15 17:00:41 UTC] /bin/sh -c #(nop) ARG LAS2PEER_PORT=9000
[2022-09-15 17:00:42 UTC] /bin/sh -c #(nop) ENV LAS2PEER_PORT=9000
[2022-09-15 17:00:43 UTC] /bin/sh -c #(nop) ARG LAS2PEER_BOOTSTRAP=
[2022-09-15 17:00:44 UTC] /bin/sh -c #(nop) ENV LAS2PEER_BOOTSTRAP=
[2022-09-15 17:00:49 UTC] /bin/sh -c apk add --update --no-cache curl py-pip python3
[2022-09-15 17:01:16 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-09-15 17:01:18 UTC] /bin/sh -c addgroup -g 1000 -S build && adduser -u 1000 -S build -G build
[2022-09-15 17:01:20 UTC] /bin/sh -c mkdir -p /app && chown build:build /app
[2022-09-15 17:01:21 UTC] /bin/sh -c #(nop) USER build
[2022-09-15 17:01:22 UTC] /bin/sh -c #(nop) WORKDIR /app
[2022-09-15 17:01:24 UTC] /bin/sh -c git clone https://github.com/ettore26/wait-for-command
[2022-09-15 17:01:25 UTC] /bin/sh -c #(nop) ADD 505c9c363099ee1fe476bd3f826cb58bb27991c73da432f6f2fc1ff9613b9ba3 in version.json
[2022-09-15 17:01:28 UTC] /bin/sh -c git clone https://github.com/rwth-acis/las2peer-registry-contracts.git
[2022-09-15 17:01:29 UTC] /bin/sh -c #(nop) WORKDIR /app/las2peer-registry-contracts
[2022-09-15 17:01:30 UTC] /bin/sh -c git checkout tags/v1.1.0
[2022-09-15 17:01:39 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:7dfc37e3409e02f143e654f4140d63143728e4cf76dde67eb68322125056bf74 in /app/las2peer-registry-contracts/node_modules
[2022-09-15 17:01:45 UTC] /bin/sh -c npm install
[2022-09-15 17:01:47 UTC] /bin/sh -c #(nop) WORKDIR /app
[2022-09-15 17:01:48 UTC] /bin/sh -c #(nop) ADD f2f2458f7c1ddaad2eaa0d89bca536f0dd931f4dda23ff270d4ad35febb8f980 in version.json
[2022-09-15 17:01:56 UTC] /bin/sh -c git clone https://github.com/rwth-acis/las2peer.git
[2022-09-15 17:01:57 UTC] /bin/sh -c #(nop) WORKDIR /app/las2peer
[2022-09-15 17:01:59 UTC] /bin/sh -c git checkout tags/v1.2.3
[2022-09-15 17:02:01 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-09-15 17:06:03 UTC] /bin/sh -c chmod +x gradlew && ./gradlew build --exclude-task test
[2022-09-15 17:06:09 UTC] /bin/sh -c #(nop) WORKDIR /app
[2022-09-15 17:06:13 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:bfbd4d863bb9e8bd024cde6b2acea4208cb6115f5217b0e0bd3988efde80cc0b in /app/las2peer/etc
[2022-09-15 17:06:17 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:e8861c8746d5e383b0dd132ae06a09f04abc9e075bb934ad5b4e779c66c878c3 in /app/las2peer/service
[2022-09-15 17:06:21 UTC] /bin/sh -c #(nop) COPY --chown=build:builddir:b6632c1b50276b840b9fe4608967164c8999fc4ccc340ae3eec540646c63ff4a in /app/keystore
[2022-09-15 17:06:25 UTC] /bin/sh -c #(nop) COPY --chown=build:buildfile:a15fe230f9da2c391d31c93a8cbc458e57bad64b08879aad1583f9e01fc494b3 in /app/start.sh
[2022-09-15 17:06:30 UTC] /bin/sh -c chmod +x /app/start.sh
[2022-09-15 17:06:34 UTC] /bin/sh -c #(nop) ENTRYPOINT ["/bin/sh" "-c" "/app/start.sh"]