-
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
[cherry-pick]chore: use git clone instead of curl to get airgap samples #1300
Conversation
Signed-off-by: Valeriy Svydenko <[email protected]>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1300 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1300", name: che-dashboard}]}}]" |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: olexii4, svor 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 |
Build 3.18 :: dashboard_3.18/11: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/355: Console, Changes, Git Data |
Build 3.18 :: push-latest-container-to-quay_3.18/43: Console, Changes, Git Data |
Build 3.18 :: get-sources-rhpkg-container-build_3.18/363: dashboard : 3.18 :: Build 66450186 : quay.io/devspaces/dashboard-rhel9:3.18-9 |
Build 3.18 :: dashboard_3.18/11: Upstream sync done; /DS_CI/sync-to-downstream_3.18/355 triggered |
Build 3.18 :: update-digests_3.18/362: Console, Changes, Git Data |
Build 3.18 :: operator-bundle_3.18/301: Console, Changes, Git Data |
Ansible sample started successfully in Dev Spaces 3.18.0.RC-31 with User Dashboard created from quay.io/devspaces/dashboard-rhel9:3.19-5. |
Build 3.18 :: sync-to-downstream_3.18/357: Console, Changes, Git Data |
Build 3.18 :: push-latest-container-to-quay_3.18/45: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/357: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.18/365 triggered; /job/DS_CI/job/dsc_3.18 triggered; |
Build 3.18 :: operator-bundle_3.18/301: Upstream sync done; /DS_CI/sync-to-downstream_3.18/357 triggered |
Build 3.18 :: copyIIBsToQuay/2902: Console, Changes, Git Data |
Build 3.18 :: dsc_3.18/14: Console, Changes, Git Data |
Build 3.18 :: update-digests_3.18/362: Detected new images: rebuild operator-bundle |
Build 3.18 :: dsc_3.18/14: 3.18.0-CI |
What does this PR do?
Cherry-pick into 7.95.x
Uses
git clone
to get airgap samples instead ofcurl
with GH tokenWhat issues does this PR fix or reference?
https://issues.redhat.com/browse/CRW-7938
Is it tested? How?
index.json
Release Notes
N/A
Docs PR
N/A