cloudflare-updatedns (latest)
Installation
docker pull git.limbosolutions.com/mylimbo/cloudflare-updatedns:latestsha256:a19adaa88db2d2295e1b09944912bd5b5002812cff796e1da49573e997e42605
Image Layers
| ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update && apk add --no-cache curl bash # buildkit |
| COPY src /app/scripts # buildkit |
| RUN /bin/sh -c chmod +x /app/scripts -R # buildkit |
| ENV LOOP=60 |
| CMD ["/bin/sh" "-c" "/app/scripts/update-ip.sh"] |