noso-node (latest)

Published 2024-09-14 21:02:18 +02:00 by midefos

Installation

docker pull git.midefos.com/midefos/noso-node:latest
sha256:9521a1f2e3d019466d3beea4f7ae8b9dfb52c8c769ad1de46490d2ccf9a5a523

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:2f8a54a5efd080fb81efea702b4e3e07d946eec7563fb2281bd28950c10ec462 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y wget tar xvfb libssl-dev gtk2.0 # buildkit
RUN /bin/sh -c mkdir /noso_bin && wget -O /node.tgz https://github.com/nosocoin/NosoNode/releases/download/v0.4.4Ab9/noso-v0.4.4Ab9-x86_64-linuxnew.tgz && tar -xzf /node.tgz -C /noso_bin/ && chmod +x /noso_bin/Noso # buildkit
CMD ["/bin/sh" "-c" "nohup xvfb-run -a /noso_bin/Noso"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2024-09-14 21:02:18 +02:00
16
OCI / Docker
linux/amd64
515 MiB
Versions (1) View all
latest 2024-09-14