Artem Chernyshev 57503ccd3b
feat: generate extensions descriptions file as part of extensions image
Add all authors and descriptions to the `descriptions.yaml` file, then
add this file to the published `extensions` docker image.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2023-12-25 21:22:02 +03:00

9 lines
239 B
YAML

# this is a meta-package that contains a list of extension images for each version
name: extensions
variant: scratch
finalize:
- from: /pkg/image-digests
to: /image-digests
- from: /pkg/descriptions.yaml
to: /descriptions.yaml