Block a user
nsupdate (main-42795c7)
Installation
docker pull git.debilux.org/chris/nsupdate:main-42795c7sha256:662858cbef262b8911d54678b3f967fdf95c0e7fbce54e9e4fdfb4980f3fc840
Images
| Digest | OS / Arch | Size |
|---|---|---|
| e5aefaa079 | linux/amd64 | 11 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 shadow su-exec logrotate # 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 # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |
| VOLUME [/config] |
| VOLUME [/log] |
| VOLUME [/config] |
| VOLUME [/log] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Christian Busch <hello@chbus.ch> |
| org.opencontainers.image.created | 2026-02-02T23:11:08.304Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 42795c7728ded4977d2c2906ec02c4de95a3b4de |
| 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