├── README.md └── docker └── CentOS /README.md: -------------------------------------------------------------------------------- 1 | # CentOS Cloud SIG image repository. 2 | 3 | Master repository is for scripts or appropriate documentation. Images are 4 | branched per major version. 5 | 6 | Images are generated from kickstart scripts in the [sig-cloud-instance-build](https://github.com/CentOS/sig-cloud-instance-build/) repository. 7 | -------------------------------------------------------------------------------- /docker/CentOS: -------------------------------------------------------------------------------- 1 | populate this file with docker commit info 2 | --------------------------------------------------------------------------------