Authoring devfiles
Overview
Creating a minimal devfile
The schemaVersion
attribute is mandatory in a devfile.
Procedure
Define the
schemaVersion
attribute in the devfile and specify a static name for the workspace with thename
attribute.Minimal devfile with schema version and name
devfile.yamlschemaVersion: 2.3.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: