Sign inSign up

fluencelabs/subgraph-deploy-script:0.23.1

Multi-platform
Index digest

sha256:a35ed34ac076e2fc13c923890f4941cb4c110cfbef50424d94083b016fc81335

OS/ARCH

Compressed size

330.8 MB

Last pushed

almost 2 years by fluencebot

Type

Image

Manifest digest

sha256:64e4cedecc819d61ca3663e3a1751c706e92eae253a58f068bd9069f3c7e4c5d

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=22.040 B
5ADD file ... in / 26.09 MB
6CMD ["/bin/bash"]0 B
7RUN /bin/sh -c apt-get update42.47 MB
8COPY /opt/foundry/bin /opt/foundry # buildkit54.69 MB
9ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/foundry/0 B
10COPY . /app # buildkit24.33 MB
11WORKDIR /app32 B
12RUN /bin/sh -c make build-contracts5.06 MB
13COPY docker/entrypoint.sh /entrypoint.sh # buildkit572 B
14RUN /bin/sh -c apt-get update1.62 MB
15RUN /bin/sh -c curl -fsSL2.55 KB
16RUN /bin/sh -c apt-get update48.21 MB
17COPY ./deployments /app/deployments # buildkit32 B
18RUN /bin/sh -c cd subgraph120.75 MB
19RUN /bin/sh -c make build-subgraph7.59 MB
20ENTRYPOINT ["/entrypoint.sh"]0 B
21CMD ["deploy-subgraph-local"]0 B

Command

 ARG RELEASE