Closed mboisson closed 1 year ago
Buildah (and podman if needed) should be able to do anything that Docker can do, except they are fully unprivileged and do not entail sudo privileges for users. If they can be used instead of Docker it could remove the need for a separate VM for image building, unless other special software is required.
What's the relation to #56 ?
This is for manual publishing of images, what I understood from Tannistha is that the source images are built with Apptainer/Singularity, not Docker/buildah.
However both systems will publish images to the same repo. To avoid interference between the two publishing mechanisms, the manually published images will be kept within a specific subdirectory such as /content. That means the transaction command will be cvmfs_server transaction reponame/content
Tagging @BioBP
Repository to host container recipes: https://github.com/ComputeCanada/containers-recipes
This is now done.