mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-06-22 20:00:16 +00:00
4d95ab73f5
Publishing internal image in cloudflared. This allows us to remove the dependency from cloudflare/plat/dockerfiles. In addition, our acceptance tests should now be able to use the latest image instead of relying on a fixed version for testing, which will allow us to detect potential failures earlier.
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
images:
|
|
- name: cloudflared-daemon
|
|
dockerfile: Dockerfile.$ARCH
|
|
context: .
|
|
version_file: versions-internal
|
|
architectures:
|
|
- amd64
|
|
- arm64
|