https://github.com/tgagor/docker-centos
CentOS docker images, build weekly with latest security updates
https://github.com/tgagor/docker-centos
centos centos-stream centos10 centos7 centos8 centos9 docker docker-image stream10 stream8 stream9
Last synced: about 1 month ago
JSON representation
CentOS docker images, build weekly with latest security updates
- Host: GitHub
- URL: https://github.com/tgagor/docker-centos
- Owner: tgagor
- License: gpl-2.0
- Created: 2021-02-10T15:34:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T04:35:31.000Z (about 1 month ago)
- Last Synced: 2025-04-28T05:28:45.830Z (about 1 month ago)
- Topics: centos, centos-stream, centos10, centos7, centos8, centos9, docker, docker-image, stream10, stream8, stream9
- Language: Dockerfile
- Homepage: https://timor.site/2021/07/official-centos-8-stream-docker-image-finally-available/
- Size: 142 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README-TEMPLATE.md
- License: LICENSE
Awesome Lists containing this project
README
Weekly updated CentOS Docker images
===================================[](https://github.com/tgagor/docker-centos/actions/workflows/build.yml)



Those images are just standard CentOS base images, but:
1. With all the package updates installed weekly.
2. Squashed to single layer for smaller size.## Supported tags and respective Dockerfile links
* [stream10, 10, {{ .DOCKER_TAG }}-stream10, {{ .DOCKER_TAG }}](https://github.com/tgagor/docker-centos/blob/master/stream10/Dockerfile)
* [latest, stream, stream9, 9, {{ .DOCKER_TAG }}-stream9, {{ .DOCKER_TAG }}](https://github.com/tgagor/docker-centos/blob/master/stream9/Dockerfile)Version numbers use [SemVer](https://semver.org) and they reflect changes done in this repo - they are NOT related to CentOS versioning. For example, each weekly build will rise version number on last place, meaning patch level update.
## Image sizes

## Updates
CentOS Team stopped updating their base images on Docker hub. They moved to [quay.io](https://quay.io/repository/centos/centos?tab=tags) now, but even there images for CentOS 7 and CentOS 8 are around half a year old. I decided to rebuild them weekly, installing all updates.
## Security
My mages are automatically scanned for security issues, actual results are available here: https://github.com/tgagor/docker-centos/security/advisories## Images
You can fetch docker image from:
* [tgagor/centos](https://hub.docker.com/r/tgagor/centos)## More info
https://timor.site/2021/07/official-centos-8-stream-docker-image-finally-available/