Replace kaniko based image build tests with moby/buildkit based ones#5540
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LucaBernstein The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
LGTM label has been added. DetailsGit tree hash: 41cebf13a793e1765d1492802c73c24d2e12a2c3 |
|
@oliver-goetz: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
How to categorize this PR?
/kind enhancement
What this PR does / why we need it:
kanikois not maintained anymore, so this PR replaceskanikowithmoby/buildkitin all image-build tests.The functionality of the tests is still the same.
It also removes
pull-dependency-watchdog-publish-test-imagestest which is also using kaniko since it is optional and did never run in the past.Which issue(s) this PR fixes:
Part of #5484
Special notes for your reviewer:
/cc @LucaBernstein