Description
artemis-docker/Dockerfile-centos7-17 tries to do a "yum install -y libaio".
The visible error is:
> [3/7] RUN groupadd -g 1001 -r artemis && useradd -r -u 1001 -g artemis artemis && yum install -y libaio && yum -y clean all: 0.497 Loaded plugins: fastestmirror, ovl 0.654 Determining fastest mirrors 7.170 Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 7.170 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"
The reason is that the repository behind this has recently been obsoleted.
See also https://www.redhat.com/en/topics/linux/centos-linux-eol
Attachments
Issue Links
- links to