devfile
devfile copied to clipboard
devfile v1
March 1st, is the official EOL day for Hosted Che. Need to migrate the 'getting-started' devfile to `workspaces.openshift.com` Getting started defiles are used on the official website - https://www.eclipse.org/che/getting-started/cloud/ Example:...
Update Devfile diagram (as it was missing Dockerimage sub-entries)
"Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the...
Devfiles are used by Che and CodeReady Workspaces. Some users have sophisticated needs that would benefit from some scripted initialization. Example: A Che user wants to do a Java/Maven build...
The CodeReady Workspaces 2.0 docs refer to this git repo several times but the repo does not seem to work in several places:- https://access.redhat.com/documentation/en-us/red_hat_codeready_workspaces/2.0/html/end-user_guide/workspaces-overview#importing-a-kubernetes-application-into-a-workspace 1) For example in section 3.7...
See https://github.com/redhat-developer/devfile/commit/7f5a7685b49fc55c5d48008320074daff76ae259#r33628662 .
In the docs, explain what are the purposes of : ``` command: ['tail'] args: ['-f', '/dev/null'] ``` Explain also when it is necessary and when it is not necessary
In docs/index.md the live examples still refer to `devfile.yml` files, the examples are already updated to contain `devfile.yaml` files.
http://schemastore.org/api/json/catalog.json is used by multiple clients to load a schema for given files according to their name pattern. The devfile schema should be published there so yaml-language-server and downstream, as...
Not all the assistance of devfile can be expressed in a Yaml schema. For example, some assistance could be performed on the images value or name of Che plugins. To...