Changing builder image in ci pipeline
Bug Description
Following the OTG0154122 The old docker-image-builder is no longer working properly. As immaediate effect the cern-drupal-distribution pipeline cannot build anymore new images.
CERN Gitlab team suggest to use the kaniko image.
Solution implemented
In this MR the gitlac_ci.yml file has been modified to accomodate such changes following the guidelines provided below https://gitlab.cern.ch/gitlabci-examples/build_docker_image/-/blob/master/.gitlab-ci.yml?ref_type=heads#L19
In particular the image has been changed from name: gitlab-registry.cern.ch/ci-tools/docker-image-builder
to name: gcr.io/kaniko-project/executor:debug
Edited by Lorenzo Del Pianta