Skip to content

Commit 54262c9

Browse files
Pinned Cloudflare Image Version
1 parent 90b2b59 commit 54262c9

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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 |

env-example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOCKFLARE_MASTER_URL=https://dockflare.example.com
22
DOCKFLARE_API_KEY=agent_api_key_goes_here
33
DOCKER_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
55
LOG_LEVEL=info
66
TZ=Europe/Zurich

0 commit comments

Comments
 (0)