Block a user
nsupdate (20260215)
Installation
docker pull git.debilux.org/chris/nsupdate:20260215sha256:cf927acf6e3975f1c65ef77197d2fbf44d668a29d2946e6549386a3d80a0de4e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| cdea3eaa16 | linux/amd64 | 14 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV TZ=UTC |
| ENV SCHEDULE=* * * * * |
| ENV NSUPDATE_CONFD_DIR=/config |
| ENV NSUPDATE_LOG_DIR=/log |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk add --no-cache git curl libxml2-utils tzdata jq # buildkit |
| RUN /bin/sh -c ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime && echo "${TZ}" > /etc/timezone && date # buildkit |
| ADD https://api.github.com/repos/chrisb86/nsupdate/git/refs/heads/main /.git-hashref # buildkit |
| COPY nsupdate.sh /usr/local/bin/nsupdate.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/nsupdate.sh # buildkit |
| RUN /bin/sh -c echo "${SCHEDULE} sh /usr/local/bin/nsupdate.sh" >> /etc/crontabs/root # buildkit |
| CMD ["crond" "-l" "2" "-f"] |
| VOLUME [/config] |
| VOLUME [/log] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-02-15T00:01:15.314Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | c70334e65e114e72f2f7481494509fd41d9aff64 |
| 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 | 20260215 |
Details
Versions (23)
View all