nsupdate (sha256:b5e0fe1531b0a00a34b64a90f86f06f3adee3b7e239567324488c58abee8be69)

Published 2025-04-06 02:07:12 +02:00 by chris

Installation

docker pull git.debilux.org/chris/nsupdate@sha256:b5e0fe1531b0a00a34b64a90f86f06f3adee3b7e239567324488c58abee8be69
sha256:b5e0fe1531b0a00a34b64a90f86f06f3adee3b7e239567324488c58abee8be69

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV TZ=UTC
ENV SCHEDULE=* * * * *
ENV NSUPDATE_CONFD_DIR=/config
ENV NSUPDATE_LOG_DIR=/log
RUN /bin/sh -c apk update # buildkit
RUN /bin/sh -c apk add --no-cache git curl libxml2-utils tzdata jq # buildkit
RUN /bin/sh -c ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime && echo "${TZ}" > /etc/timezone && date # buildkit
ADD https://api.github.com/repos/chrisb86/nsupdate/git/refs/heads/main /.git-hashref # buildkit
COPY nsupdate.sh /usr/local/bin/nsupdate.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/nsupdate.sh # buildkit
RUN /bin/sh -c echo "${SCHEDULE} sh /usr/local/bin/nsupdate.sh" >> /etc/crontabs/root # buildkit
CMD ["crond" "-l" "2" "-f"]
VOLUME [/config]
VOLUME [/log]
Details
Container
2025-04-06 02:07:12 +02:00
2
OCI / Docker
linux/amd64
13 MiB
Versions (5) View all
69cc1ea 2025-04-06
latest 2025-04-06
c2237d1 2024-06-18
88d51c4 2024-06-05
b40f256 2024-06-05