Step 4/7 : RUN yum -y -q install git automake autoconf gcc make pcre-devel jansson-devel 1>/dev/null
---> Running in ce40dc037e49
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
The command '/bin/sh -c yum -y -q install git automake autoconf gcc make pcre-devel jansson-devel 1>/dev/null' returned a non-zero code: 1
As far as I understand, this is related to CentOS 8 reaching EOL.
Internet says there are two possible solutions: migrate to CentOS Stream (but there is no official Docker image/tag) or switch to vault.centos.org.
Excerpt from Github Actions:
As far as I understand, this is related to CentOS 8 reaching EOL. Internet says there are two possible solutions: migrate to CentOS Stream (but there is no official Docker image/tag) or switch to
vault.centos.org
.