sdp-images
sdp-images copied to clipboard
Consolidate Jenkins Containers
Issue
There are multiple containers that provide Jenkins, with minor differences between them and the majority of flavors being stale. These container projects can be condensed into one to clean up the SDP-Images repo.
Definition of Done
Jenkins containers have been condensed into one container project, with supporting artifacts in place.
Acceptance Criteria
- The Jenkins containers have been consolidated into one Container Project
- Release a GitHub Package for the new container project
- Cleanup old GitHub Packages to avoid user confusion
- Document in the container README on CLI tool specifics and container use case
- Optional: provide a mechanism to build the container for the different flavors of jenkins container being provided
- (ie. have
make build-k8s,make build-base, etc...)
- (ie. have