ynm-go (latest)

Published 2026-01-24 12:56:40 +00:00 by markus

Installation

docker pull git.ynm.hu/markus/ynm-go:latest
sha256:8cef4b9bba537e98425d6eae16e7fda97639acf47fa3a65ccd9000fe6bd63b41

Image layers

ADD alpine-minirootfs-3.18.12-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache git gcc musl-dev ca-certificates tzdata sqlite su-exec gawk # buildkit
WORKDIR /app
COPY /app/YnM-Go /app/YnM-Go # buildkit
RUN /bin/sh -c mkdir -p /app/data /app/logs && chmod -R 755 /app /app/data /app/logs # buildkit
COPY YnMConfig/ /app/YnMConfig.dist/ # buildkit
RUN /bin/sh -c set -eux; cd /app/YnMConfig.dist; find . -maxdepth 1 -type f -name "*.yaml" ! -name "example-*.yaml" -delete; for f in example-*.yaml; do [ -e "$f" ] || continue; mv "$f" "${f#example-}"; done; true # buildkit
COPY entrypoint.sh /app/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /app/entrypoint.sh # buildkit
EXPOSE [2525/tcp]
VOLUME [/app/YnMConfig /app/data /app/logs]
ENTRYPOINT ["/app/entrypoint.sh"]
Details
Container
2026-01-24 12:56:40 +00:00
1
OCI / Docker
linux/amd64
74 MiB
Versions (1) View all
latest 2026-01-24