Clarification to specification to ensure consistent tools implementation behaviour #905
Labels
area/api
Enhancement or issue related to the api/devfile specification
area/documentation
Improvements or additions to documentation
/area documentation
Which area this documentation change is related to?
/area api
Issue details
What mistake did you find / what is missing in the documentation?
A couple of areas need to be improved in the documentation to ensure consistent tools implementation behaviour (to address some of the issues defined in #679):
entrypoint of components of type container
Tools will need to respect the entrypoint settings. If the entrypoint is not defined, use the default from the image. The containers need to be non-terminating or adding commands and args to make it non-terminating. (Provide example e.g. tail to show).
Projects vs starterProjects
For starterProjects and samples (will just refer to sample in the rest of this item), if a sample contains a devfile, the tools will keep that devfile and use the devfile that is included in the sample. If a devfile does not exist in the sample, the tools will copy the original devfile that contains the starterProjects definition and use that devfile.
Target Date: 09-29-2022
The text was updated successfully, but these errors were encountered: