Closed phracek closed 4 months ago
[test]
@jplesnik @michal-josef-spacek Please take a look at it? Thanks. Support is since May 2022 till Apr 2025.
We forgot it totally.
For faster review, diff between 5.32/Dockerfile.rhel8
and 5.32/Dockerfile.rhel9
:
diff Dockerfile.rhel8 Dockerfile.rhel9
1c1
< FROM ubi8/s2i-base:1
---
> FROM ubi9/s2i-base:1
29c29
< name="ubi8/${NAME}-${PERL_SHORT_VER}" \
---
> name="ubi9/${NAME}-${PERL_SHORT_VER}" \
35c35
< usage="s2i build <SOURCE-REPOSITORY> ubi8/${NAME}-${PERL_SHORT_VER}:latest <APP-NAME>"
---
> usage="s2i build <SOURCE-REPOSITORY> ubi9/${NAME}-${PERL_SHORT_VER}:latest <APP-NAME>"
38,39d37
< RUN yum -y module reset perl
<
41d38
< yum -y module enable perl:$PERL_VERSION && \
lgtm too. I tested it and it seems ok.
Add Dockerfile.rhel8 for version 5.32 Support start since May 2022.
This pull request adds support for building and testing version 5.32 in RHEL8
Closes: #306