Self Projects

neofs (latest)

Published 2026-08-08 00:05:36 +03:00 by mehrdad

Installation

docker pull git.neoh.ir/self-projects/neofs:latest
sha256:f47d68a8d2c0c14df077b82400d9da7825419ccefa29fa1032ed374fa938b926

Images

Digest OS / Arch Size
0e71241f57 linux/amd64 12 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates curl && update-ca-certificates # buildkit
WORKDIR /app
COPY /out/neofs . # buildkit
COPY configs/config.yaml ./config.yaml # buildkit
EXPOSE [4001/tcp 4002/tcp 4003/tcp]
HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://localhost:4001/api/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["./neofs"]
CMD ["--config" "/app/config.yaml"]
Details
Container
2026-08-08 00:05:36 +03:00
18
OCI / Docker
Versions (2) View all
latest 2026-08-08
main-9224cfb 2026-07-30