-
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
feat: podman login into external docker registries on workspace start #1094
Conversation
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1094 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-1094", name: che-dashboard}]}}]" |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1094 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-1094", name: che-dashboard}]}}]" |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1094 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-1094", name: che-dashboard}]}}]" |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1094 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-1094", name: che-dashboard}]}}]" |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1094 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-1094", name: che-dashboard}]}}]" |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, tolusha 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.14 :: dashboard_3.x/480: Console, Changes, Git Data |
Build 3.14 :: sync-to-downstream_3.x/6509: Console, Changes, Git Data |
Build 3.14 :: push-latest-container-to-quay_3.x/4537: Console, Changes, Git Data |
Build 3.14 :: get-sources-rhpkg-container-build_3.x/6465: dashboard : 3.x :: Build 60502772 : quay.io/devspaces/dashboard-rhel8:3.14-2 |
Build 3.14 :: update-digests_3.x/6338: Console, Changes, Git Data |
Build 3.14 :: dashboard_3.x/480: Upstream sync done; /DS_CI/sync-to-downstream_3.x/6509 triggered |
Build 3.14 :: operator-bundle_3.x/2816: Console, Changes, Git Data |
Build 3.14 :: sync-to-downstream_3.x/6510: Console, Changes, Git Data |
Build 3.14 :: get-sources-rhpkg-container-build_3.x/6466: devspaces-operator-bundle : 3.x :: Failed in 60503950 : BREW:BUILD/STATUS:UNKNOWN |
What does this PR do?
feat: podman login into external docker registries on workspace start
What issues does this PR fix or reference?
eclipse-che/che#22863
Is it tested? How?
Release Notes
N/A
Docs PR
N/A