-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Docker Image
-
Epic Link:
-
Tags:
-
Sprint:nxplatform #76
-
Story Points:1
For NXP-31458, switching the 2023 Docker image to Rocky Linux 9.x requires perl-Image-ExifTool-12.42-1.el9 as it depends on perl 5.32.1, the installed version of perl in Rocky Linux 9.
With CentOS 7, the version of perl installed is 5.16.3, so the required version of perl-Image-ExifTool is12.42-1.el7.
When uploading perl-Image-ExifTool-12.42-1.el9 to our YUM registry, if we stick with 12.42 as a version number for perl-Image-ExifTool in the 2021 Dockerfile, then the Docker build fails with:
Error: Package: perl-Image-ExifTool-12.42-1.el9.noarch (nuxeo-private) Requires: perl(:MODULE_COMPAT_5.32.1)
Let's use the full version number for disambiguation.