Ignacio Rivero igna
  • Montevideo, Uruguay
  • https://netpaws.cc
  • Hello!

    I'm a self-proclaimed sysadmin with a high school education in IT. Here's where I self-host my projects, publicly or otherwise.

  • Joined on 2025-03-27

dnsup (latest)

Published 2026-05-06 15:57:08 -03:00 by igna

Installation

docker pull git.netpaws.cc/igna/dnsup:latest
sha256:58fa05786698fe43e36db501dc6f72ce530a68ca5937f88ac34c2a3b968afe96

Image Layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
RUN /bin/sh -c addgroup -g 1001 -S dnsup && adduser -u 1001 -S dnsup -G dnsup # buildkit
WORKDIR /app
COPY /build/dnsup . # buildkit
RUN /bin/sh -c chown -R dnsup:dnsup /app # buildkit
USER dnsup
ENTRYPOINT ["./dnsup" "-config" "/app/config.yml"]
Details
Container
2026-05-06 15:57:08 -03:00
0
OCI / Docker
linux/amd64
14 MiB
Versions (1) View all
latest 2026-05-06