Revert "Migrate docker image build jobs to BuildKit"
What does this MR do?
The MR Migrate docker image build jobs to BuildKit (!336 - merged) has caused failing pipelines and jobs in gemnasium
. For example, the check image size job is failing, and most of the jobs in the release-major
stage of the git tag pipeline
are failing.
This MR reverts the following MRs so we can unblock the gemnasium
pipeline and investigate the root cause in a follow-up issue:
- Set allow_failure:true for check image size job (!352 - merged)
- Migrate docker image build jobs to BuildKit (!336 - merged)
What are the relevant issue numbers?
- Build Secure analyzer images using Docker BuildKit (gitlab-org/gitlab#268160)
- Cache compressed /opt/asdf directory when build... (gitlab-org/gitlab#369856)
Does this MR meet the acceptance criteria?
Edited by Adam Cohen