Block a user
	pactus-node (latest)
		
		
		Published 2025-09-27 11:52:54 +02:00  by midefos
		
	
Installation
docker pull git.midefos.com/midefos/pactus-node:latestsha256:665068937422f2b455ea4374e3c5f5a9bdd4f7e4212b5587b591f42535c00bb1
					Image Layers
| ARG RELEASE | 
| ARG LAUNCHPAD_BUILD_ARCH | 
| LABEL org.opencontainers.image.ref.name=ubuntu | 
| LABEL org.opencontainers.image.version=22.04 | 
| ADD file:9303cc1f788d2a9a8f909b154339f7c637b2a53c75c0e7f3da62eb1fefe371b1 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.9.1/pactus-cli_1.9.1_linux_amd64.tar.gz && tar -xzvf pactus-cli_1.9.1_linux_amd64.tar.gz && rm pactus-cli_1.9.1_linux_amd64.tar.gz # buildkit | 
| CMD ["/app/pactus-cli_1.9.1/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 |