Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of Ubuntu 24.04 (noble) packages of Varnish 60LTS #179

Open
bondido opened this issue Jan 7, 2025 · 3 comments
Open

Lack of Ubuntu 24.04 (noble) packages of Varnish 60LTS #179

bondido opened this issue Jan 7, 2025 · 3 comments

Comments

@bondido
Copy link

bondido commented Jan 7, 2025

Hi,
I'm trying to install varnish 60LTS on Ubuntu 24.04 (noble)

Docs say there should be package for all supported Ubuntu LTS releases, 24.04 being among them (https://www.varnish-software.com/developers/tutorials/installing-varnish-ubuntu/), but I can't find any on packagecloud.io

There are packages for Ubuntu 22.04 (focal):
https://packagecloud.io/app/varnishcache/varnish60lts/search?q=focal&filter=all&filter=all&dist=&arch=

But no results for 24.04 noble:
https://packagecloud.io/app/varnishcache/varnish60lts/search?q=noble&filter=all&filter=all&dist=&arch=

@simonvik
Copy link
Contributor

I've pushed packages now, can you try it out?

@bondido
Copy link
Author

bondido commented Jan 14, 2025

Thanks @simonvik
Aside of the packages itself, I think there should be some update in the installation procedure described at https://www.varnish-software.com/developers/tutorials/installing-varnish-ubuntu/

Step:
curl -s -L https://packagecloud.io/varnishcache/varnish60lts/gpgkey | sudo apt-key add -

is probably no longer working on Ubuntu 24.04 as apt-key has been deprecated already in Ubuntu 22.

I'll check and let you know.

@ThijsFeryn
Copy link

Thanks @simonvik Aside of the packages itself, I think there should be some update in the installation procedure described at https://www.varnish-software.com/developers/tutorials/installing-varnish-ubuntu/

Step: curl -s -L https://packagecloud.io/varnishcache/varnish60lts/gpgkey | sudo apt-key add -

is probably no longer working on Ubuntu 24.04 as apt-key has been deprecated already in Ubuntu 22.

I'll check and let you know.

@bondido I fixed the tutorial: it now uses the following command to register the GPG key:

curl -fsSL https://packagecloud.io/varnishcache/varnish60lts/gpgkey | sudo gpg --dearmor -o /etc/apt/keyrings/varnishcache_varnish60lts-archive-keyring.gpg

And I'm referencing the varnishcache_varnish60lts-archive-keyring.gpg file through the deb [signed-by=] syntax in /etc/apt/sources.list.d/varnishcache_varnish60lts.list.

Thanks for spotting this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants