| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:140fb5108b4a2861b5718ad03b4a5174bba03589ea8d4c053e6a0b282f439ff3 in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libssl-dev ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY ./bin/lighthouse /usr/local/bin/lighthouse # buildkit |
| /bin/sh -c apt-get update; apt-get install bash netcat curl less jq wget -y; |
| WORKDIR /root/ |
| ADD file:e0d6070067481762a8cdb64793ef7794fee84bc2919ebf5f2a2a9bc107604516 in . |
| ENTRYPOINT ["./start-lighthouse.sh"] |
| /bin/sh -c apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends libssl-dev ca-certificates curl socat iproute2 telnet wget jq build-essential python3 python3-dev python3-pip gettext-base && apt-get clean && rm -rf /var/lib/apt/lists/* |
| COPY dir:723be962f541d6bc65e89bc04acc45fb6100075a084e7300a4c146d0d549b185 in /opt/testnet |
| COPY file:e71b67de5fa0205c41ae8b2e81a6e82ad1876c3888fbc6b0fd7dde0bd78d4410 in /opt/testnet/run.sh |
| COPY file:ffcb9613cb3e3ee159dfd71c856e9c25d2f7ef3fe81296ed51a3eaae3f8ffe7a in /usr/local/bin/lcli |
| COPY file:23be0a9c9feaf6a735d3c8bfa25ae268e9a2fa80491c651c11a96c0097ca651c in /usr/local/bin/eth2-testnet-genesis |
| COPY file:f9c47e2864f531413e0329d5933dd0fe09c347e85aa2b1188f96687ce142df1f in /usr/local/bin/eth2-val-tools |
| COPY dir:a90cb3803320275f084e933dfcab3a9515e50f13c320bea72236d8f74ed36c9c in /apps |
| COPY dir:352a7e6a57675cb0afd27d05a5d6529c027dfb6ebe5fa85fcfbf1d06f7f30601 in /opt/testnet/el |
| COPY dir:5a08a20fd032fce66a1d2131ef5785922042dc895d875039a11c1aae002f8386 in /opt/testnet/build/el |
| /bin/sh -c cd /opt/testnet && make genesis-cl |
| /bin/sh -c mkdir -p /root/.lighthouse && cd /root/.lighthouse && ln -s /opt/testnet/build/cl/testnet |
| /bin/sh -c mkdir -p /scripts |
| COPY file:7cb715b27d5e2d588f830bb9ec64ee3dc15187e9671622a67b12013f5a4b418a in /scripts |
| COPY file:6adbe68e6bd9e558c38b635333e4a65907e3c2cf0c2831ef42358e1c80354a08 in /scripts |
| ENTRYPOINT ["/opt/testnet/run.sh"] |