-
Task
-
Resolution: Done
-
Major
-
fuse-7.1.1
Problem Description
Manual docker build creation has been necessary where either the f8-m-p or f8-d-m-p have been used, the productised docker images are a rough translation of the upstream equivalent images, re-based to RHEL and its configuration.
One reoccurring issue is upstream configuration changes (say nginx config) are not reflected in the productised images and current there is no notification other than QE.
Proposed Solution
Changes to configuration should be evident for productisation work, some possible solutions are
- Adding watch to pipeline to spot changes to sensitive files/directories of components that produce images
- Comparing community builds to last prod image dist-git (fuzzy match with levenshtein or other score based system)
DoD
- Upstream changes to container images are evident
- clones
-
ENTESB-9476 [PiG/OSBS] Docker manual steps
- Resolved