Block a user
ntpd (latest)
Published 2026-06-12 22:59:49 +09:00 by dalbodeule
Installation
docker pull git.mori.space/dalbodeule/ntpd:latestsha256:50a7ce38f2874430d98ec554ce8deca2e096b2369291eef8104e2d2f3a6397f7
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 67ea8e3fa5 | linux/arm64 | 7.2 MiB |
| 9e2fb1766e | linux/amd64 | 6.9 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.24.0-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.authors=dalbodeule <jioo0224@naver.com> |
| LABEL org.opencontainers.image.license=Unlicense |
| RUN /bin/sh -c apk add --no-cache ca-certificates tzdata # buildkit |
| RUN /bin/sh -c (getent group ntp >/dev/null 2>&1 || addgroup -S ntp) && (id -u ntp >/dev/null 2>&1 || adduser -S -D -H -G ntp ntp) && mkdir -p /var/lib/ntp /var/log/ntp /etc/ntp && chown -R ntp:ntp /var/lib/ntp /var/log/ntp # buildkit |
| COPY /out/usr/bin/ntpd /usr/sbin/ntpd # buildkit |
| COPY /out/usr/bin/ntpq /usr/bin/ntpq # buildkit |
| COPY /out/usr/bin/ntpdc /usr/bin/ntpdc # buildkit |
| COPY /out/usr/bin/ntp-keygen /usr/bin/ntp-keygen # buildkit |
| EXPOSE [123/udp] |
| ENTRYPOINT ["/usr/sbin/ntpd"] |
| CMD ["-n"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | dalbodeule <jioo0224@naver.com> |
| org.opencontainers.image.license | Unlicense |