Sign inSign up

dashpay/rs-dapi:latest

Multi-platform
Index digest

sha256:f8494fbb6566679d84d893aefc35c9691ed22245c97177de998e403d5136092a

OS/ARCH

Compressed size

14.43 MB

Last pushed

about 1 month by evodeployng

Type

Image

Manifest digest

sha256:0d553e1a9d1692ef52b818c36916c54bb8e9d216b134b3ce4b91e3db640e9065

Image Layers

1ADD alpine-minirootfs-3.23.5-aarch64.tar.gz / # buildkit3.99 MB
2CMD ["/bin/sh"]0 B
3LABEL maintainer=Dash Developers <[email protected]>0 B
4LABEL description=Dash Platform API (DAPI)0 B
5RUN /bin/sh -c apk add1000.72 KB
6ENV RUST_BACKTRACE=10 B
7ENV RUST_LOG=info0 B
8COPY /artifacts/rs-dapi /usr/bin/rs-dapi # buildkit9.46 MB
9RUN /bin/sh -c mkdir -p93 B
10COPY packages/rs-dapi/.env.example /app/.env # buildkit941 B
11RUN /bin/sh -c ldd /usr/bin/rs-dapi32 B
12ARG USERNAME=dapi0 B
13ARG USER_UID=10000 B
14ARG USER_GID=10000 B
15RUN |3 USERNAME=dapi USER_UID=1000 USER_GID=10001.81 KB
16USER dapi0 B
17WORKDIR /app32 B
18ENTRYPOINT ["/usr/bin/rs-dapi" "start"]0 B
19EXPOSE [3010/tcp]0 B
20EXPOSE [3000/tcp]0 B

Command

ADD alpine-minirootfs-3.23.5-aarch64.tar.gz / # buildkit