ynm-go (latest)

Published 2026-04-12 10:40:34 +00:00 by markus

Installation

docker pull git.ynm.hu/markus/ynm-go:latest
sha256:345376ec8a44e4c9d1470a38a02342c3fd787d3bbe0e09b162900e950da0fbad

Image layers

ADD alpine-minirootfs-3.18.12-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.source=https://github.com/ynmhu/ynm-go
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"]

Labels

Key Value
org.opencontainers.image.source https://github.com/ynmhu/ynm-go
Details
Container
2026-04-12 10:40:34 +00:00
7
OCI / Docker
linux/amd64
74 MiB
Versions (1) View all
latest 2026-04-12