Block a user
nsupdate (main-848a07c)
Installation
docker pull git.debilux.org/chris/nsupdate:main-848a07csha256:be080ad78fdca6c335c0b29798f562ec4c1e692d97f851a4f154cf90b909687f
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 3a6cfdd4e2 | 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 |
| COPY --chmod=755 docker/entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c addgroup -g "${PGID}" nsupdate && adduser -D -u "${PUID}" -G nsupdate nsupdate && mkdir -p /etc/crontabs && touch /etc/crontabs/nsupdate && chown nsupdate:nsupdate /etc/crontabs/nsupdate # buildkit |
| USER nsupdate |
| ENTRYPOINT ["/entrypoint.sh"] |
| VOLUME [/config] |
| VOLUME [/log] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Christian Busch <hello@chbus.ch> |
| org.opencontainers.image.created | 2026-02-02T22:39:06.210Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 848a07cba62717e26a2a837490e7fe9e76435eac |
| 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
Versions (23)
View all