We are very aware of Bintray shutdown and we are investigating and implementing different solutions.
We don't plan to upload the Erlang packages we maintain on PackageCloud for now. The main reason is cost: hosting so many packages would make our PackageCloud bill skyrocket. These packages (3 different Erlang branches, 5 different OSes) are very popular because there is no alternative AFAIK, but hosting them for the whole Ubuntu and Debian communities requires significant resources in terms of storage and especially bandwidth.
The official Erlang package version on Ubuntu 20.04 is 22.2.7, which is indeed not enough as of RabbitMQ 3.8.9.
But if you are an Ubuntu user you are in luck as we just set up a PPA on Launchpad [1]. Only Erlang 23.x and more should be on this PPA.
It is not documented yet because we are actively working on it, but you can follow the instructions from the PPA web page to use it, or do something like the following:
echo 'deb
http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu focal main' > /etc/apt/sources.list.d/rabbitmq-erlang.list && \
wget -O-
https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-launchpad-ppa-signing-key.asc | sudo apt-key add -
export ERLANG_VERSION=1:23* && \
echo 'Package: erlang*' > /etc/apt/preferences.d/erlang && \
echo "Pin: version $ERLANG_VERSION" >> /etc/apt/preferences.d/erlang && \
echo 'Pin-Priority: 1000' >> /etc/apt/preferences.d/erlang
See also [2] for the usual info about pinning and the packages to install.
[1]
https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang
[2]
https://www.rabbitmq.com/install-debian.html
________________________________________
From:
rabbitm...@googlegroups.com <
rabbitm...@googlegroups.com> on behalf of Rafal Goslawski <
rafal.g...@gmail.com>
Sent: Friday, March 19, 2021 11:57 AM
To: rabbitmq-users
Subject: [Suspected Spam] [rabbitmq-users] Bintray shutting down on May 1st, 2021. No erlang deb packages on
packagecloud.io
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com<mailto:
rabbitmq-user...@googlegroups.com>.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/c2582ca9-9ca7-4d95-842a-ee8ead625d09n%40googlegroups.com<
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Frabbitmq-users%2Fc2582ca9-9ca7-4d95-842a-ee8ead625d09n%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Cacogoluegnes%40vmware.com%7C48417611d26046780e8208d8eac5bef1%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C637517482332856629%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=3AG6jl8ue0GwLWs8GNNPx0nGlXHJtQxANmrVqMTdtMU%3D&reserved=0>.