Block a user
tws-named-ns (1.0.0)
Published 2026-05-13 16:42:29 +02:00 by theauro
Installation
docker pull gitsource.wapspell.com/theauro/tws-named-ns:1.0.0sha256:2c0e268981cf48a59f114515f956a1e2799bd69bfd9b343f3ee364779392e7df
Image Layers
| ADD file:62a1e09319acb6d1bad91ef1c35aabdc7e5e19883a77f30f1951ccfffc812124 in / |
| CMD ["/bin/sh"] |
| MAINTAINER resyst-it <florian.cauzardjarry@gmail.com> |
| /bin/sh -c apk --update --no-cache add bind bind-dnssec-tools |
| EXPOSE 53 |
| CMD ["named" "-c" "/etc/bind/named.conf" "-g" "-u" "named"] |
| ARG CACHEBUST=1 |
| RUN |1 CACHEBUST=1 /bin/sh -c deluser named # buildkit |
| RUN |1 CACHEBUST=1 /bin/sh -c adduser -u 1000 named -D # buildkit |
| RUN |1 CACHEBUST=1 /bin/sh -c chown named /etc/bind -R # buildkit |