jenkins-shared-libs/vars
Dustin 93da924aab buildContainerImage2: Handle names with slashes
If the provided container image name includes a `/` character, the build
will fail when copying the OCI image to a tarball:

> + buildah push git.pyrocufflink.net/containerimages/build/selinux:dev-ci oci-archive:/home/jenkins/agent/workspace/ainerImages_build.selinux_dev_ci/build/selinux-amd64.tar
> Error: lstat /home/jenkins/agent/workspace/ainerImages_build.selinux_dev_ci/build: no such file or directory

To resolve this, we need to escape the image name when constructing the
path to the tar file.
2023-10-24 18:34:11 -05:00
..
buildContainerImage.groovy buildContainerImage: Handle null arguments 2022-12-01 20:06:59 -06:00
buildContainerImage2.groovy buildContainerImage2: Handle names with slashes 2023-10-24 18:34:11 -05:00