Self Projects

neocdn (latest)

Published 2026-08-07 23:43:42 +03:00 by mehrdad

Installation

docker pull git.neoh.ir/self-projects/neocdn:latest
sha256:b03209bcc1ac8acc6df34e00e9b535e4a170f2c5447308c34de966875d6209e7

Images

Digest OS / Arch Size
94244b1261 linux/amd64 12 MiB
6d0d023cc6 linux/arm64 12 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.24.1-aarch64.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/neocdn . # buildkit
COPY configs/config.yaml ./config.yaml # buildkit
EXPOSE [4101/tcp 4102/tcp 4103/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://localhost:4101/health || exit 1] Interval:30s Timeout:5s StartPeriod:10s StartInterval:0s Retries:3}
ENTRYPOINT ["./neocdn"]
CMD ["--config" "/app/config.yaml"]
Details
Container
2026-08-07 23:43:42 +03:00
16
OCI / Docker
Versions (1) View all
latest 2026-08-07