Christian Busch chris

nsupdate (main-c064d6a)

Published 2026-02-02 23:05:37 +01:00 by chris in chris/nsupdate

Installation

docker pull git.debilux.org/chris/nsupdate:main-c064d6a
sha256:7dc257edf2b2e95b27852f4df2c4b24e90e430b173ee3abd3a1fe62e23929825

Images

Digest OS / Arch Size
f7e4a6dc42 linux/amd64 10 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.title=nsupdate
LABEL org.opencontainers.image.description=Nameserver update for INWX
LABEL org.opencontainers.image.source=https://git.debilux.org/chris/nsupdate
LABEL org.opencontainers.image.url=https://git.debilux.org/chris/nsupdate
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.authors=Christian Busch <hello@chbus.ch>
ENV TZ=UTC
ENV SCHEDULE=* * * * *
ENV PUID=1000
ENV PGID=1000
ENV NSUPDATE_CONFD_DIR=/config
ENV NSUPDATE_LOG_DIR=/log
RUN /bin/sh -c apk update && apk add --no-cache curl libxml2-utils tzdata jq # buildkit
RUN /bin/sh -c ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime && echo "${TZ}" > /etc/timezone && date # buildkit
COPY --chmod=755 nsupdate.sh /usr/local/bin/nsupdate.sh # buildkit
RUN /bin/sh -c addgroup -g "${PGID}" nsupdate && adduser -D -u "${PUID}" -G nsupdate nsupdate && echo "${SCHEDULE} sh /usr/local/bin/nsupdate.sh" >> /etc/crontabs/nsupdate # buildkit
USER nsupdate
CMD ["crond" "-l" "2" "-f"]
VOLUME [/config]
VOLUME [/log]

Labels

Key Value
org.opencontainers.image.authors Christian Busch <hello@chbus.ch>
org.opencontainers.image.created 2026-02-02T22:05:24.542Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision c064d6a027075302b67209408eb520f111717cdf
org.opencontainers.image.source https://git.debilux.org/chris/nsupdate
org.opencontainers.image.title nsupdate
org.opencontainers.image.url https://git.debilux.org/chris/nsupdate
org.opencontainers.image.version main
Details
Container
2026-02-02 23:05:37 +01:00
0
OCI / Docker
Versions (23) View all
main 2026-02-22
latest 2026-02-22
main-c70334e 2026-02-22
buildcache 2026-02-22
20260222 2026-02-22