mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 20:26:10 +02:00
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>
9 lines
239 B
YAML
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
|