File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -208,15 +208,6 @@ Recommended practices:
208208
209209---
210210
211- # # Continuous Delivery
212-
213- - GitHub Actions (`.github/workflows/docker-publish.yml`) builds and publishes multi-architecture images (`linux/amd64`, `linux/arm64`).
214- - Pushing to the default branch updates the `latest` tag; annotated tags (e.g. `v1.0.0`) publish matching semantic version tags.
215- - PRs build in CI without pushing, loading an `amd64` image for smoke validation.
216- - Secrets required : ` DOCKERHUB_USERNAME` , `DOCKERHUB_TOKEN` with `workflow` scope PAT.
217-
218- ---
219-
220211# # Troubleshooting
221212
222213| Symptom | Resolution |
Original file line number Diff line number Diff line change 11DOCKFLARE_MASTER_URL=https://dockflare.example.com
22DOCKFLARE_API_KEY=agent_api_key_goes_here
33DOCKER_HOST=tcp://docker-socket-proxy:2375
4- CLOUDFLARED_IMAGE=cloudflare/cloudflared@sha256:REPLACE_WITH_PINNED_DIGEST
4+ CLOUDFLARED_IMAGE=cloudflare/cloudflared@sha256:2025.9.0 #control the docker image used for cloudflared tunnel
55LOG_LEVEL=info
66TZ=Europe/Zurich
You can’t perform that action at this time.
0 commit comments