chore : add a devfile for using project from Cloud Develpment Environments #186
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?
In order to make GitHub action for building and pushing tooling container image, we need to add these Secrets to GitHub Actions configuration:
PUSH_PASSWORD
: password for pusing toquay.io/wto
It adds a Devfile (plus the tooling container Dockerfile and the GH to build it) that has a couple of commands to:
I was facing some issues with
make uninstall
target, I have made some modifications in Makefile :workspaceroutings.controller.devfile.io
, Probably it was renamed but we forgot to update it's reference. I've renamed it todevworkspaceroutings.controller.devfile.io
components.controller.devfile.io
, I removed step for uninstalling itdevworkspace-controller
inopenshift-operators
namespace, I removed step for uninstalling ituninstall_v1_2
, I've removed it from READMEWhat issues does this PR fix or reference?
It's a part of #173
Is it tested? How?
Go to Eclipse Che Dashboard and open this project https://github.com/rohankanojia-forks/web-terminal-operator
Once project is loaded, click on

Run Task
> select task:devfile
, you would see these options: