• Joined on 2023-02-13

pactus-node (latest)

Published 2025-06-21 12:16:20 +02:00 by midefos

Installation

docker pull git.midefos.com/midefos/pactus-node:latest
sha256:9988519eeb23143ea1b983575f043b563cc1630759f8193672f091733f5a2703

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:82f38ebced7b2756311fb492d3d44cc131b22654e8620baa93883537a3e355aa in /
CMD ["/bin/bash"]
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y wget tar && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c wget https://github.com/pactus-project/pactus/releases/download/v1.7.0-rc8/pactus-cli_1.7.0-rc8_linux_amd64.tar.gz && tar -xzvf pactus-cli_1.7.0-rc8_linux_amd64.tar.gz && rm pactus-cli_1.7.0-rc8_linux_amd64.tar.gz # buildkit
CMD ["/app/pactus-cli_1.7.0-rc8/pactus-daemon" "start" "-w" "/pactus" "--password-from-file" "/pactus/password.txt"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-06-21 12:16:20 +02:00
10
OCI / Docker
linux/amd64
69 MiB
Versions (1) View all
latest 2025-06-21