• Joined on 2023-02-13

pactus-node (latest)

Published 2026-03-21 11:27:40 +01:00 by midefos

Installation

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

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:87202021c36509f80e5414aa2307ce867cd2e3b5f0d0f3bd0c98749793bd1fb4 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.12.0/pactus-cli_1.12.0_linux_amd64.tar.gz && tar -xzvf pactus-cli_1.12.0_linux_amd64.tar.gz && rm pactus-cli_1.12.0_linux_amd64.tar.gz # buildkit
CMD ["/app/pactus-cli_1.12.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
2026-03-21 11:27:40 +01:00
15
OCI / Docker
linux/amd64
67 MiB
Versions (1) View all
latest 2026-03-21