Download
docker pull erisamoe/cloudflared:2021.8.5
To stay up-to-date, track erisamoe/cloudflared
or erisamoe/cloudflared:latest
Image changes
- The cloudflared issue wiith Go 1.17 was resolved in 2021.8.5, so the image now uses Go 1.17.0 again.
Cloudflared changes
2021-08-27
TUN-4961
: Update quic-go to latest2021-08-26
TUN-4974
: Fix regression where we were debug logging by accident2021-08-26
TUN-4970
: Only default to http2 for warp-routing if protocol is h2mux2021-08-26
TUN-4981
: Improve readability of prepareTunnelConfig method2021-08-26
TUN-4926
: Implement --region configuration option2021-07-09
TUN-4821
: Make quick tunnels the default in cloudflared
Source: https://github.com/cloudflare/cloudflared/blob/2021.8.5/RELEASE_NOTES#L1-L10
Image tags
erisamoe/cloudflared:latest
erisamoe/cloudflared:2021.8.5
ghcr.io/erisa/cloudflared:latest
ghcr.io/erisa/cloudflared:2021.8.5
Supported architectures
Docker target | Also known as | Notes |
---|---|---|
linux/amd64
| x86_64
| Majority of modern PCs and servers. |
linux/386
| x86
| 32-bit Intel/AMD CPUs. Typically really old computer hardware. These images are untested. |
linux/arm64
| aarch64
| 64-bit ARM hardware. For example Apple Silicon or Raspberry Pi 2/3/4 running a 64-bit OS. |
linux/arm/v7
| armhf
| 32-bit ARM hardware. For example most Raspberry Pi models running Raspberry Pi OS. |
linux/arm/v6
| armel
| Older 32-bit ARM hardware. Mostly Raspberry Pi 1/0/0W but there may be others. These images are untested. |
linux/s390x
| IBM Z
| Linux on IBM Z for IBM mainframes, most notably IBM Cloud. |