Pull Command
ENV
-
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
-
001
sha256:4c0d98bf9879488e0407f897d9dd4bf758555a78e39675e72b5124ccf12c2580
2.68 MB
-
002
sha256:46c926c7dd20ea5e1927dfb5866eeb451c7d4b7b32aa816012e1b88e3672fc94
275 KB
-
003
sha256:1869d596fdcfc4624f87573c6596fbfa9bb09f03db07f2c97e12893f19e155c7
14.8 MB
-
004
sha256:ede2a3e32326127ff4ce2f1a3cb557d852880143baebf2b450f28a6bb1aed287
1 GB
-
005
sha256:ac250d1edf9b4ec37856c10235f3a6658b6c2da147145dd54e22c5cb2cb631c1
35.3 MB
-
006
sha256:b4c193531fec498c5952296e348ad90d69a9e6d531feccd19b16c400cbaf89d9
15.9 MB
-
007
sha256:5de4b7d4f5b68f36aaaea742e5c86e253a43c2126dc96466de3d94aca9a23625
1.66 KB
-
008
sha256:bbc8aab9e030421cfeeb389e93b225cdb463995f40ee74bbee7037cf2515d3de
484 Bytes
-
009
sha256:3245d45520a63860ef6a583d87dc1c3e0943ecbdb59f817c1e7ed1478113f2dd
1.68 KB
-
010
sha256:016340f2c2c32698202562caca7f785a331f39da1260ca66701109183a3e02d4
619 Bytes
-
011
sha256:5a2666419b712415f60017915f39d021e0f8038814d6002dfc9caeb482f6dc4d
2.27 KB
-
012
sha256:8318ff6672cefdbf873f4a07a620ee8fc3c9d5956a3fcd3bfc0565b653276df9
1.26 KB
-
013
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
-
014
sha256:8c5bf9568b07ed54733a6f80af195696926078abebf9cfbe4be8d1e0a83264fb
15.4 KB
History
[2021-01-28 23:19:38 UTC] /bin/sh -c #(nop) ADD file:0e2d487cd80773e947c8aae6daad3d565b7bb019a954af2b8bff188681c00d81 in /
[2021-01-28 23:19:38 UTC] /bin/sh -c #(nop) CMD ["/bin/sh"]
[2021-02-03 01:07:22 UTC] /bin/sh -c apk add --no-cache ca-certificates
[2021-02-03 01:07:22 UTC] /bin/sh -c #(nop) COPY file:a611d8041e8a2c54e42bb591e1239186e6fd33c3488c069bd5365c6a7d61e99e in /usr/local/bin/
[2021-02-03 01:07:49 UTC] /bin/sh -c #(nop) COPY dir:0d9663673ef971ec9f7d857a1741f60f11e4e1c9c4ec7b51e3c07717894325f6 in /root/.ethash/
[2021-02-03 01:07:49 UTC] /bin/sh -c #(nop) EXPOSE 30303 30303/udp 8545 8546
[2021-02-03 01:07:50 UTC] /bin/sh -c #(nop) ENTRYPOINT ["geth"]
[2021-02-03 01:16:23 UTC] RUN /bin/sh -c apk add --update git bash nodejs nodejs-npm perl # buildkit
[2021-02-03 01:16:58 UTC] RUN /bin/sh -c cd /root && git clone https://github.com/cubedro/eth-net-intelligence-api && cd eth-net-intelligence-api && npm install && npm install -g pm2 # buildkit
[2021-02-03 01:40:00 UTC] ADD start.sh /root/start.sh # buildkit
[2021-02-03 01:40:00 UTC] ADD app.json /root/eth-net-intelligence-api/app.json # buildkit
[2021-02-03 01:40:01 UTC] RUN /bin/sh -c chmod 777 /root/start.sh # buildkit
[2021-02-03 01:40:01 UTC] COPY ./genesis.json /root/genesis.json # buildkit
[2021-02-03 01:40:01 UTC] COPY ./keystore/ /root/keystore # buildkit
[2021-02-03 01:40:01 UTC] COPY ./localtime /etc/localtime # buildkit
[2021-02-03 01:40:01 UTC] WORKDIR /root
[2021-02-03 01:40:03 UTC] RUN /bin/sh -c git clone https://github.com/ettore26/wait-for-command # buildkit
[2021-02-03 01:40:03 UTC] ENTRYPOINT ["/bin/sh" "-c" "/root/start.sh"]