Hi,
I am building images based on ubuntu18.04. Last successful build was on March 2024.
I tried the following installation code:
RUN curl -k -L https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb -o /tmp/percona-release_latest.$(lsb_release -sc)_all.deb && dpkg -i /tmp/percona-release_latest.$(lsb_release -sc)_all.deb && apt-get update && apt install -y percona-server-server-5.7
But received error saying:
I checked Percona website and found ubuntu 18.04 is not supported anymore. But I figure it should still be okay to install a percona 5.7 package, which is not up-to-date either.
Anything missing in my installation?
Thanks!