Unset the BUILDKITD_HOST variable in the build stage to ensure
consistent build environments and prevent potential build issues.
This change improves the CI/CD process reliability.
Adds the Defaults.gitlab-ci.yml to the CI configuration, allowing for
a more standardized setup across projects. This change enhances
efficiency by leveraging shared configurations, reducing the need for
duplicate settings in individual pipeline files.
Removes unnecessary Docker service and variable configurations from
the CI pipeline to streamline the build process and reduce complexity.
This enhances clarity and avoids potential misconfigurations.