• Joined on 2023-02-13

pactus-node (latest)

Published 2025-06-14 10:05:31 +02:00 by midefos

Installation

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

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.5/pactus-cli_1.7.5_linux_amd64.tar.gz && tar -xzvf pactus-cli_1.7.5_linux_amd64.tar.gz && rm pactus-cli_1.7.5_linux_amd64.tar.gz # buildkit
CMD ["/app/pactus-cli_1.7.5/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-14 10:05:31 +02:00
9
OCI / Docker
linux/amd64
69 MiB
Versions (1) View all
latest 2025-06-14