Add elemental-toolkit flavors

This commit is contained in:
Ettore Di Giacinto 2022-09-14 19:46:01 +00:00
parent dab548dde4
commit f7532625b5
3 changed files with 29 additions and 9 deletions

View File

@ -8,7 +8,7 @@ copy:
prelude:
- |
mkdir -p /etc/luet/repos.conf.d && \
luet repo add --type docker --reference "v{{.Values.version}}-repository.yaml" --yes --url quay.io/costoolkit/releases-teal elemental
luet repo add --type docker --reference "v{{.Values.version}}-repository.yaml" --yes --url {{.Values.repo}} elemental
package_dir: /framework
steps:
- |

View File

@ -0,0 +1,28 @@
packages:
- name: "elemental-toolkit"
category: "system"
repo: "quay.io/costoolkit/releases-teal"
version: "0.8.14-22"
license: "Apache License 2.0"
copyright: SUSE
labels:
github.repo: "elemental-toolkit"
github.owner: "rancher"
- name: "elemental-toolkit-ubuntu"
repo: "quay.io/costoolkit/releases-orange"
category: "system"
version: "0.8.14-22"
license: "Apache License 2.0"
copyright: SUSE
labels:
github.repo: "elemental-toolkit"
github.owner: "rancher"
- name: "elemental-toolkit-fedora"
repo: "quay.io/costoolkit/releases-blue"
category: "system"
version: "0.8.14-22"
license: "Apache License 2.0"
copyright: SUSE
labels:
github.repo: "elemental-toolkit"
github.owner: "rancher"

View File

@ -1,8 +0,0 @@
name: "elemental-toolkit"
category: "system"
version: "0.8.14-22"
license: "Apache License 2.0"
copyright: SUSE
labels:
github.repo: "elemental-toolkit"
github.owner: "rancher"