Using Gitlab CI/CD to Build Container Images from Git Tags
This article shows how to configure a Gitlab CI/CI pipeline job to automatically build & publish an OCI image from a Dockerfile when a git tag is pushed to the repository.…
This article shows how to configure a Gitlab CI/CI pipeline job to automatically build & publish an OCI image from a Dockerfile when a git tag is pushed to the repository.…
This article describes how to package Ungit into an OCI image for deployment as a containerized app for using as a self-hosted web service.…