duanth94
  • Joined on 2025-10-24

artemis-node (sha256:266815cc23befb5c74a092dcf39cc4f5b4fa7ec9938bf647397cb79245094c32)

Published 2026-06-03 17:41:56 +00:00 by duanth94

Installation

docker pull tea.impetus.network/duanth94/artemis-node@sha256:266815cc23befb5c74a092dcf39cc4f5b4fa7ec9938bf647397cb79245094c32
sha256:266815cc23befb5c74a092dcf39cc4f5b4fa7ec9938bf647397cb79245094c32

About this package

EVM-compatible Substrate solochain with gasless registry

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 curl && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd --system --create-home --uid 10000 impetus # buildkit
COPY /build/target/release/impetus-node /usr/local/bin/impetus-node # buildkit
RUN /bin/sh -c mkdir -p /data && chown impetus:impetus /data # buildkit
VOLUME [/data]
USER impetus
EXPOSE [30333/tcp 9615/tcp 9944/tcp]
HEALTHCHECK {Test:[CMD /bin/sh -c curl -fsS -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"system_health","params":[]}' http://127.0.0.1:9944 || exit 1] Interval:30s Timeout:5s StartPeriod:1m0s StartInterval:0s Retries:5}
ENTRYPOINT ["impetus-node"]
CMD ["--chain" "impulse"]

Labels

Key Value
org.opencontainers.image.created 2026-06-03T16:54:33.126Z
org.opencontainers.image.description EVM-compatible Substrate solochain with gasless registry
org.opencontainers.image.licenses
org.opencontainers.image.revision 50892ac67ad381c43aad9b2ceb8e61d6c099c4f8
org.opencontainers.image.source https://github.com/impetus-network/artemis
org.opencontainers.image.title artemis
org.opencontainers.image.url https://github.com/impetus-network/artemis
org.opencontainers.image.version master
Details
Container
2026-06-03 17:41:56 +00:00
0
OCI / Docker
linux/amd64
60 MiB
Versions (38) View all
master-40ca833 2026-06-11
latest 2026-06-11
master 2026-06-11
master-c35f544 2026-06-11
master-e84f12b 2026-06-05