nsupdate (sha256:c8858fc5ca8b28842ec371e80f0c83a2445ed67c06671ec3ab3194b1afa9ccbd)

Published 2025-01-12 00:07:02 +01:00 by chris

Installation

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

Image Layers

ADD alpine-minirootfs-3.21.2-aarch64.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-01-12 00:07:02 +01:00
0
OCI / Docker
linux/arm64
13 MiB
Versions (5) View all
69cc1ea 2025-01-12
latest 2025-01-12
c2237d1 2024-06-18
88d51c4 2024-06-05
b40f256 2024-06-05