-
Notifications
You must be signed in to change notification settings - Fork 6
Cherry-pick commits needed from che-machine-exec #26
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…892 (7.15.0) Ignore: - .github - README.md
* Fix devworkspace api group to fix idling Signed-off-by: Josh Pinkney <[email protected]> * Move from 1.0 version format to 1.0.0 Signed-off-by: Josh Pinkney <[email protected]> * Add in go modules for automatic security validation Signed-off-by: Josh Pinkney <[email protected]>
* Add initial version of Jenkinsfile source sync Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]> (cherry picked from commit 66b64be296efbec51558aa07d5b11c023af8c0a3)
Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]> (cherry picked from commit ccc183e)
Signed-off-by: Josh Pinkney <[email protected]>
Add stopped-by annotation and fix vulnerabilities
Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]>
Remove dockerfile from root so that we can use CPaaS templating
Signed-off-by: Josh Pinkney <[email protected]>
Update web-terminal-exec version to 1.3
Signed-off-by: Josh Pinkney <[email protected]>
Add github action for creating next dockerimage
…y.redhat.io Signed-off-by: Josh Pinkney <[email protected]>
Signed-off-by: Josh Pinkney <[email protected]>
Change dockerfile base image and login to quay securely
When /exec/init is called (e.g. in the web terminal operator), it resolves the first container that supports a shell, but does not use this container for injecting kubeconfig. When no container name is provided, the kubeconfig is injected into the first container, which causes kubeconfig injection to fail when the first container in the pod does not support a shell. Signed-off-by: Angel Misevski <[email protected]>
Signed-off-by: Angel Misevski <[email protected]>
Signed-off-by: Angel Misevski <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR cherry-picks all the relevant commits I could find from upstream che-machine-exec into main.
Currently trying Web Terminal 1.3 leads to a crash loop backoff with
unable to get current workspace id. Configure custom pod selector or che workspace id
without these changesWhat issues does this PR fix or reference?
Is it tested? How?