Hi Mimi, > Hi Petr, > > > Removing "centos:latest" works, but is there another option? Perhaps > > > defining a different repo - "REPO=quay.io/centos/"? > > This fix would be for Travis, which I'm not able to fix, but not for GitHub > > Actions :(. I'm not aware how to specify alternative repository for it. > FYI, "centos:stream9" results in crypto deprecated warnings and results > in /dev/null errors. Instead of removing the "centos:latest" entry in > travis, I'll replace it with "centos:stream8" for now. centos:stream8 does not work on GitHub Actions: /usr/bin/docker pull centos:stream8 Error response from daemon: manifest for centos:stream8 not found: manifest unknown: manifest unknown Warning: Docker pull failed with exit code 1, back off 8.858 seconds before retry. /usr/bin/docker pull centos:stream8 Error response from daemon: manifest for centos:stream8 not found: manifest unknown: manifest unknown Warning: Docker pull failed with exit code 1, back off 8.279 seconds before retry. /usr/bin/docker pull centos:stream8 Error response from daemon: manifest for centos:stream8 not found: manifest unknown: manifest unknown Error: Docker pull failed with exit code 1 > The "centos:stream9" -devel rpm packages are in the CRB repo. I > manually set the CRB repo to enabled using sed. Is there a better way > of enabling CRB? > Do you prefer to limit this patch to just removing the "centos:latest" > entry in ci.yml and reposting it, or should I trim it? In this case I'll send another version where I remove it just for GitHub Actions. It's just a bit unfortunate, that it will have different OS to test from Travis. Kind regards, Petr > thanks, > Mimi