cfddns: add build/ subdir matching pattern of other custom-image apps

- README.md explains the image is built from the separate fork repo at
  git.alexzaw.dev/alexz/cloudflare-ddns, lists what's in the image, and
  documents how to rebuild + redeploy.
- build.sh clones (or refreshes) /tmp/cfddns-build from the fork via SSH,
  runs docker build, and pushes to git.alexzaw.dev/alexz/cloudflare-ddns:latest.
  Supports IMAGE_NAME/IMAGE_TAG/SOURCE_REPO overrides and passes positional
  args through to docker build (e.g. --no-cache).
- .gitignore for build artifacts.
This commit is contained in:
2026-05-18 01:53:05 -07:00
parent 8fb5c904d9
commit 456de8e11a
3 changed files with 108 additions and 0 deletions

3
apps/cfddns/build/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Anything Docker / build temp products created in this dir during a build.
*.tar
*.tar.gz