Rootless Podman Image
This template is ONLY used for enhancement requests. Bug reporting or new feature request issues should use the other template options for issue submission.
Current Behavior
The pipeline is currently using the all-in-one image for every stage in the pipeline.
Purpose
To start, we'll want to use a rootless podman/buildah image for the build stage in the pipeline. Then in another story, expand that image to work with any other stages where using a rootless container with no privileged access is possible.
Plan
- Create a project for the image in Ironbank Containers
- Add the Dockerfile from https://repo1.dso.mil/ironbank-tools/ironbank-pipeline/-/issues/118 and any other necessary files
- Run through pipeline
- Test in build stage
Acceptance Criteria
- Rootless podman/buildah image works in build stage w/o privileged access
Edited by Kenneth Maguire