Go to file
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
resources buildContainerImage2: Support multiarch OCI images 2023-10-05 22:12:09 -05:00
vars buildContainerImage2: Handle names with slashes 2023-10-24 18:34:11 -05:00
README.md Initial commit 2022-11-06 21:36:25 -06:00

README.md

Container Images Shared Library

This shared library allows jobs to build and publish container images to Gitea very easily:

buildContainerImage()

That's it!