-
Story
-
Resolution: Unresolved
-
Major
-
None
-
4.16
-
None
Story (Required)
As a developer trying to release Jenkins for Openshift 4.15 I want the base images to be based on RHEL9.
Background (Required)
The Jenkins build scripts are using RHEL8 as base builder image. To release Jenkins images with HoneyBadger for Openshift 4.15 and later, the base image needs to be updated to RHEL9
Out of scope
<Defines what is not included in this story>
- Plugin updates related to CVE fixes
Approach (Required)
Change the build scripts and other references of RHEL8 to RHEL9
- Update image bases in upstream to use UBI9 (github.com/openshift/jenkins)
- Update CPaaS configuration to use equivalent UBI9 image bases mid/downstream.
Dependencies
<Describes what this story depends on. Dependent Stories and EPICs should be linked to the story.>
None?
Acceptance Criteria (Mandatory)
<Describe edge cases to consider when implementing the story and defining tests>
<Provides a required and minimum list of acceptance tests for this story. More is expected as the engineer implements this story>
- Upstream CI (github.com/openshift) build with UBI9.
- Honeybadger release process checks for RHEL9 base images passes.
INVEST Checklist
Dependencies identified
Blockers noted and expected delivery timelines set
Design is implementable
Acceptance criteria agreed upon
Story estimated
Legend
Unknown
Verified
Unsatisfied
Done Checklist
- Code is completed, reviewed, documented and checked in
- Unit and integration test automation have been delivered and running cleanly in continuous integration/staging/canary environment
- Continuous Delivery pipeline(s) is able to proceed with new code included
- Customer facing documentation, API docs etc. are produced/updated, reviewed and published
- Acceptance criteria are met