Cloudflared Docker Versions Save

Simple Alpine-built scratch-runtime Dockerfile for cloudflared, with support for multiple architectures.

2021.8.7

2 years ago

Download

docker pull erisamoe/cloudflared:2021.8.7

To stay up-to-date, track erisamoe/cloudflared or erisamoe/cloudflared:latest

Image changes

  • None.

Cloudflared changes

  • 2021-08-28 Revert "TUN-4926: Implement --region configuration option"

Source: https://github.com/cloudflare/cloudflared/blob/11c06b5a1fdcc30d42b867c62ea6fe1cb80ba6d3/RELEASE_NOTES#L1-L2

Image tags

  • erisamoe/cloudflared:latest
  • erisamoe/cloudflared:2021.8.7
  • ghcr.io/erisa/cloudflared:latest
  • ghcr.io/erisa/cloudflared:2021.8.7

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.

2021.8.6

2 years ago

Download

docker pull erisamoe/cloudflared:2021.8.6

To stay up-to-date, track erisamoe/cloudflared or erisamoe/cloudflared:latest

Image changes

  • None.

Cloudflared changes

  • 2021-08-27 TUN-5000: De-flake logging to dir component test in Windows by increasing to buffer to cope with more logging
  • 2021-08-27 TUN-5003: Fix cfsetup for non-FIPS golang version

Source: https://github.com/cloudflare/cloudflared/blob/75bdc967633d1ed5d44a2483de1768a142e490fc/RELEASE_NOTES#L1-L3

Image tags

  • erisamoe/cloudflared:latest
  • erisamoe/cloudflared:2021.8.6
  • ghcr.io/erisa/cloudflared:latest
  • ghcr.io/erisa/cloudflared:2021.8.6

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.

2021.8.5

2 years ago

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 latest
  • 2021-08-26 TUN-4974: Fix regression where we were debug logging by accident
  • 2021-08-26 TUN-4970: Only default to http2 for warp-routing if protocol is h2mux
  • 2021-08-26 TUN-4981: Improve readability of prepareTunnelConfig method
  • 2021-08-26 TUN-4926: Implement --region configuration option
  • 2021-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.

2021.8.3

2 years ago

Trying out writing releases for these now.

Download

docker pull erisamoe/cloudflared:2021.8.3

To stay up-to-date, track erisamoe/cloudflared or erisamoe/cloudflared:latest

Image changes

  • Go 1.17.0 was downgraded to 1.16.7 due to an issue in cloudflared with Go 1.17

Cloudflared changes

  • 2021-08-23 TUN-4889: Add back appendtagheaders function
  • 2021-08-21 TUN-4940: Fix cloudflared not picking up correct NextProtos for quic
  • 2021-08-21 TUN-4613: Add a no-op protocol version slot
  • 2021-08-13 TUN-4922: Downgrade quic-go library to 0.20.0
  • 2021-08-17 TUN-4866: Add Control Stream for QUIC
  • 2021-08-17 TUN-4927: Parameterize region in edge discovery code
  • 2021-08-06 TUN-4602: Added UDP resolves to Edge discovery

Source: https://github.com/cloudflare/cloudflared/commit/4ff215ee8c133472bf95df23bd28891de84b8c10

Image tags

  • erisamoe/cloudflared:latest
  • erisamoe/cloudflared:2021.8.3
  • ghcr.io/erisa/cloudflared:latest
  • ghcr.io/erisa/cloudflared:2021.8.3

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.