No longer output tar from Build job
We do not have to output a tarball in the build stage anymore. Instead we can use a podman pull in the OpenSCAP scans and a skopeo copy in the sign image job.
Definition of Done
-
Remove skopeo copy from staging to docker-archive in build job -
Update podman loadcommands in OpenSCAP scans topodman pullusing the build'sIMAGE_PODMAN_SHAvariable to pull by digest. -
Update the Documentation stage's sign image job to perform the skopeo copyfrom staging to docker-archive and use the build'sIMAGE_PODMAN_SHAvariable to copy by digest.
Edited by David Freeman