Skip to content

Add devfile validator

Vishal Tak requested to merge validate-devfile into remote_dev

Closes - Reserve gl namespace in devfile to avoid potent... (#409036 - closed)

MRS:

This MR does the following

  • Move the devfile_processor.rb file in the RemoteDevelopment::Workspaces::Create module.
  • Add bugfix to only allow injector of editors in 1 container even if there are multiple attributes to inject the editor. This makes it more reliable.
  • Update devfiles to use latest version 2.2.0
  • Add a devfile validator to reserve the namespace gl in the devfile spec to be able to reliably add features(e.g. injecting editors, injecting project cloner, etc.)
Edited by Vishal Tak

Merge request reports