Block a user
nsupdate (main-97ce6ac)
Installation
docker pull git.debilux.org/chris/nsupdate:main-97ce6acsha256:ce11848c4616229751ac0c571b93d504bf1b61fc2487a8ced94b8c78e2fdae48
Images
| Digest | OS / Arch | Size |
|---|---|---|
| b8309dcaa0 | 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:06:41.823Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 97ce6ac170185fd85933422d84698ef13cb41dec |
| 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