• Joined on 2023-02-13

pactus-node (latest)

Published 2025-07-02 13:26:28 +02:00 by midefos

Installation

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

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:36d136943d44dbe1fed342b933d9abb8e0694bf141a0c0af85ca83cc73e25158 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.8.0/pactus-cli_1.8.0_linux_amd64.tar.gz && tar -xzvf pactus-cli_1.8.0_linux_amd64.tar.gz && rm pactus-cli_1.8.0_linux_amd64.tar.gz # buildkit
CMD ["/app/pactus-cli_1.8.0/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-07-02 13:26:28 +02:00
11
OCI / Docker
linux/amd64
69 MiB
Versions (1) View all
latest 2025-07-02