i am not running it on aws , while building on CCI i need to spin docker with amazonlinux for testing and yum update was working but suddenly started getting mentioned error
@rit1010 i have figure out and seems like circle CI default machine : ubuntu-2004 is having some issue and when we build docker on it for testing as below
FROM public.ecr.aws/amazonlinux/amazonlinux
LABEL maintainer=“amazon”
docker actually not able to connect to internet and it’s not able to run YUM updates .
same thing is working with ubuntu-2204:2023.02.1 .
i am not sure how to report this bug to circle CI .
Did you ever get a resolution to your dnf / yum install issue on AL2023 ? After moving from AL2 to AL2023 … we are getting the following on all dnf installs …
Errors during downloading metadata for repository ‘amazonlinux’:
Curl error (6): Couldn’t resolve host name for … [getaddrinfo() thread failed to start]