Authoring devfiles
Overview
Creating a minimal devfile
The schemaVersion attribute is mandatory in a devfile.
Procedure
Define the
schemaVersionattribute in the devfile and specify a static name for the workspace with thenameattribute.Minimal devfile with schema version and name
devfile.yamlschemaVersion: 2.2.0 metadata: name: devfile-sample version: 0.0.1
Adding to a minimal devfile
See the following documents to help you add to the minimal devfile to suit your development needs: