• Joined on 2023-02-13

pactus-node (latest)

Published 2026-04-06 20:38:13 +02:00 by midefos

Installation

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

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:6d6bdec36f3282e8506d4ebfcecc427191e59c9cf197a51a9e5787e7490eb0d6 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.13.0/pactus-cli_1.13.0_linux_amd64.tar.gz && tar -xzvf pactus-cli_1.13.0_linux_amd64.tar.gz && rm pactus-cli_1.13.0_linux_amd64.tar.gz # buildkit
CMD ["/app/pactus-cli_1.13.0/pactus-daemon" "start" "-w" "/pactus" "--password-from-file" "/pactus/password.txt"]

Labels

Key Value
org.opencontainers.image.version 22.04
Details
Container
2026-04-06 20:38:13 +02:00
16
OCI / Docker
linux/amd64
68 MiB
Versions (1) View all
latest 2026-04-06