Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgagor/docker-centos
CentOS docker images, build weekly with latest security updates
https://github.com/tgagor/docker-centos
centos centos-stream centos7 centos8 centos9 docker docker-image stream8 stream9
Last synced: 1 day 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T04:27:52.000Z (7 months ago)
- Last Synced: 2024-04-08T05:29:49.559Z (7 months ago)
- Topics: centos, centos-stream, centos7, centos8, centos9, docker, docker-image, stream8, stream9
- Language: Dockerfile
- Homepage: https://timor.site/2021/07/official-centos-8-stream-docker-image-finally-available/
- Size: 121 KB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README-TEMPLATE.md
- License: LICENSE
Awesome Lists containing this project
README
Weekly updated CentOS Docker images
===================================[![build](https://github.com/tgagor/docker-centos/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/tgagor/docker-centos/actions/workflows/build.yml)
![GitHub](https://img.shields.io/github/license/tgagor/docker-centos)
![Docker Stars](https://img.shields.io/docker/stars/tgagor/centos)
![Docker Pulls](https://img.shields.io/docker/pulls/tgagor/centos)
![GitHub Release Date](https://img.shields.io/github/release-date/tgagor/docker-centos)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
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/tgagor/centos/stream9?label=centos%3Astream9%20size)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/tgagor/centos/stream10?label=centos%3Astream10%20size)## 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/