Block a user
nsupdate (main-c064d6a)
Installation
docker pull git.debilux.org/chris/nsupdate:main-c064d6asha256: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
Versions (23)
View all