-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: disable provenance to fix creating multiarch manifest with lates… #735
Conversation
…t buildx version Signed-off-by: Mykhailo Kuznietsov <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mkuznyetsov The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## main #735 +/- ##
=======================================
Coverage 77.32% 77.32%
=======================================
Files 320 320
Lines 31307 31307
Branches 1833 1833
=======================================
Hits 24209 24209
Misses 7049 7049
Partials 49 49
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Build 3.6 :: dashboard_3.x/198: Console, Changes, Git Data |
Build 3.6 :: sync-to-downstream_3.x/2513: Console, Changes, Git Data |
Build 3.6 :: push-latest-container-to-quay_3.x/1818: Console, Changes, Git Data |
Build 3.6 :: push-latest-container-to-quay_3.x/1818: Copied: dashboard-rhel8; /job/DS_CI/job/update-digests_3.x triggered; |
Build 3.6 :: update-digests_3.x/2301: Console, Changes, Git Data |
Build 3.6 :: copyIIBsToQuay/1044: Console, Changes, Git Data |
Build 3.6 :: get-sources-rhpkg-container-build_3.x/2373: dashboard : 3.x :: Build 50966520 : quay.io/devspaces/dashboard-rhel8:3.6-11 |
Build 3.6 :: sync-to-downstream_3.x/2513: Build container: devspaces-dashboard synced; /DS_CI/get-sources-rhpkg-container-build_3.x/2373 triggered; |
Build 3.6 :: dashboard_3.x/198: Upstream sync done; /DS_CI/sync-to-downstream_3.x/2513 triggered |
Build 3.6 :: operator-bundle_3.x/952: Console, Changes, Git Data |
Build 3.6 :: sync-to-downstream_3.x/2514: Console, Changes, Git Data |
Build 3.6 :: push-latest-container-to-quay_3.x/1819: Console, Changes, Git Data |
Build 3.6 :: copyIIBsToQuay/1045: Console, Changes, Git Data |
Build 3.6 :: push-latest-container-to-quay_3.x/1819: Copied: devspaces-operator-bundle; bundle-generated updated; |
Build 3.6 :: sync-to-downstream_3.x/2514: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/2374 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.6 :: operator-bundle_3.x/952: Upstream sync done; /DS_CI/sync-to-downstream_3.x/2514 triggered |
Build 3.6 :: dsc_3.x/664: Console, Changes, Git Data |
Build 3.6 :: update-digests_3.x/2301: Detected new images: rebuild operator-bundle |
Build 3.6 :: dsc_3.x/664: 3.6.0 CI |
Build 3.6 :: dashboard_3.x/199: Console, Changes, Git Data |
Build 3.6 :: sync-to-downstream_3.x/2537: Console, Changes, Git Data |
Build 3.6 :: get-sources-rhpkg-container-build_3.x/2399: dashboard : 3.x :: Failed in 50990580 : BREW:BUILD/STATUS:UNKNOWN |
…t buildx version
What does this PR do?
'docker manifest create' won't work with images build from latest buildx extension, because of provenance attestations.
the solution is to disable provenance attestations in buildx configuration.
What issues does this PR fix or reference?
eclipse-che/che#21954
Is it tested? How?
tested in forked repo
Release Notes
Docs PR