mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-25 17:18:35 +00:00
Add elemental-toolkit flavors
This commit is contained in:
parent
dab548dde4
commit
f7532625b5
@ -8,7 +8,7 @@ copy:
|
|||||||
prelude:
|
prelude:
|
||||||
- |
|
- |
|
||||||
mkdir -p /etc/luet/repos.conf.d && \
|
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
|
package_dir: /framework
|
||||||
steps:
|
steps:
|
||||||
- |
|
- |
|
||||||
|
28
packages/toolkit/collection.yaml
Normal file
28
packages/toolkit/collection.yaml
Normal 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"
|
@ -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"
|
|
Loading…
Reference in New Issue
Block a user