pactus-node (latest)

Published 2025-05-05 15:16:13 +02:00 by midefos

Installation

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

Image Layers

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