Skip to content

pkg.cloudflare.com changes #719

Description

@sudarshan-reddy

What is changing

pkg.cloudflare.com is now being upgraded to include packages belonging to newer Debian, Ubuntu and RHEL releases such as Bullseye, Bookworm, Jammy, 8.0 etc. We are also upgrading our backend services to a new and improved hosting system which utilizes Cloudflare's R2 solution.

What does this mean for me?

There will be minor changes to your apt sources.list. As an example, a new download for buster may look like this:

# Add cloudflare gpg key
sudo mkdir -p --mode=0755 /usr/share/keyrings
curl -fsSL https://pkg.cloudflare.com/cloudflare-main.gpg | sudo tee /usr/share/keyrings/cloudflare-main.gpg >/dev/null

# Add this repo to your apt repositories
echo 'deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared buster main' >  /etc/apt/sources.list.d/cloudflared.list

# install cloudflared
sudo apt-get update && sudo apt-get install cloudflared

Users of releases > buster, bionic and 6.0 will now be able to download cloudflared by adding this apt/rpm repository.

What stays the same

We will continue to use the same package signing keys as before. Older releases will continue to have cloudflared packages that are downloadable as long as Debian and RHEL support them.

What will change

Newer .deb and yum based releases should also let you download cloudflared.
Users can also do this from ARM based systems like raspberry pi, etc. (NOTE: armel is not yet supported). \

  1. The repo url now has cloudflared appended to it: pkg.cloudflare.com changes #719 (comment)

  2. The old rpm locations are now under pkg.cloudflare.com/cloudflared/rpm . Here's a sample instruction for yum installation for centos 8: https://pkg.cloudflare.com/#centos-8

What if I encounter problems

Report them here in this thread.

Metadata

Metadata

Labels

Type: DiscussionIndicates that the reporter is seeking a discussion on current or future features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions