View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016592 | CentOS-8 | -OTHER | public | 2019-10-15 08:24 | 2020-04-23 15:35 |
Reporter | adelton | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0016592: registry.centos.org/centos:latest is still CentOS 7, even if docker.io/centos:latest is CentOS 8 | ||||
Description | The latest container image on registry.centos.org/centos is still CentOS 7, even if on docker hub the latest centos image is CentOS 8. | ||||
Steps To Reproduce | # for i in docker.io/centos:latest registry.centos.org/centos:latest ; do docker pull $i ; done Trying to pull repository docker.io/library/centos ... sha256:f94c1d992c193b3dc09e297ffd54d8a4f1dc946c37cbeceb26d35ce1647f88d9: Pulling from docker.io/library/centos Digest: sha256:f94c1d992c193b3dc09e297ffd54d8a4f1dc946c37cbeceb26d35ce1647f88d9 Status: Image is up to date for docker.io/centos:latest Trying to pull repository registry.centos.org/centos ... sha256:b5074643c206fb014aefb90b263c3fdaf7b18b69e2b4da8956ab38d6f18188b3: Pulling from registry.centos.org/centos Digest: sha256:b5074643c206fb014aefb90b263c3fdaf7b18b69e2b4da8956ab38d6f18188b3 Status: Image is up to date for registry.centos.org/centos:latest # for i in docker.io/centos:latest registry.centos.org/centos:latest ; do docker run --rm $i cat /etc/centos-release ; done CentOS Linux release 8.0.1905 (Core) CentOS Linux release 7.6.1810 (Core) | ||||
Tags | No tags attached. | ||||