appsody / stacks

Appsody application stacks. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
90 stars 120 forks source link

Add Runtime Version to Stack.yaml #723

Open EnriqueL8 opened 4 years ago

EnriqueL8 commented 4 years ago

Is your feature request related to a problem? Please describe. In each stack, the runtime version used is only defined in the FROM line whithin the Docker image.

Describe the solution you'd like For better traceability, we could add this information into the stack.yaml as a language-version or runtime-version field. Which is then used by the CLI to add corresponding metadata through labels to the stack image. We may need to update each stack manually, and release a new version. We would need to document this change for new and current stack creator/maintainers.