The build stage script now unsets the BUILDKIT_HOST
environment variable to ensure a clean build process. This
prevents potential conflicts related to Docker BuildKit
during the build.
Add Defaults.gitlab-ci.yml to the CI configuration and ensure proper
inclusion of unboundsoftware/ci-templates for better workflows. This
enhances the CI pipeline setup and streamlines the build process.
Eliminate unused Docker host variables and services from the CI
configuration. This simplifies the build process and reduces
potential complexities in the CI pipeline.