apko
apko copied to clipboard
Allow to extract meta information from the package
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}}