sclorg / container-common-scripts

Apache License 2.0
20 stars 45 forks source link

Add support for building CentOS 9 stream #224

Closed phracek closed 2 years ago

phracek commented 2 years ago

This pull request adds support for building SCLorg images in the CentOS9 stream.

Signed-off-by: Petr "Stone" Hracek phracek@redhat.com

hhorak commented 2 years ago

I'm not sure whether to introduce stream9 as there is already more commonly used term c9s, maybe we can use c9s for the use cases where we previously used centos8? It means for the Dockerfile suffix and $OS value. Just to make it clear, as stream9 might be misinterpreted.

Otherwise it LGTM.

phracek commented 2 years ago

I'm not sure whether to introduce stream9 as there is already more commonly used term c9s, maybe we can use c9s for the use cases where we previously used centos8? It means for the Dockerfile suffix and $OS value. Just to make it clear, as stream9 might be misinterpreted.

Otherwise it LGTM.

Ok, I will change it to c9s.

phracek commented 2 years ago

Let's use c9s as a Dockefile.c9s for all containers.