apko icon indicating copy to clipboard operation
apko copied to clipboard

Allow to extract meta information from the package

Open Dentrax opened this issue 1 year ago • 0 comments

My use case is to consume the package.version information by exporting as a environment variable for the container image.

Idea (by Ariadne): Declare the env variable like the following:

environment:
  FOO_VERSION: ${{packages['foo'].version}}

Dentrax avatar Jul 18 '23 19:07 Dentrax