freedns-updater (sha256:ef7b84ffdd6566edc0684e91ae190347fd514105db1af2b4d88b687a6d84040f)
Installation
docker pull git.notquitenothing.com/notquitenothing/freedns-updater@sha256:ef7b84ffdd6566edc0684e91ae190347fd514105db1af2b4d88b687a6d84040f
sha256:ef7b84ffdd6566edc0684e91ae190347fd514105db1af2b4d88b687a6d84040f
Image Layers
ADD file:3080f19f39259a4b77cc53975de0184c78d4335ceb9ffb77a2838d0539ad6f85 in / |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --no-cache curl bash # buildkit |
COPY update-freedns.sh replace-crontab.sh /bin/ # buildkit |
RUN /bin/sh -c chmod +x /bin/update-freedns.sh && chmod +x /bin/replace-crontab.sh # buildkit |
RUN /bin/sh -c mkdir /var/local/dns_updater # buildkit |
CMD ["/bin/sh" "-c" "/bin/replace-crontab.sh && /bin/update-freedns.sh && crond -d 6 -f"] |