mirror of
https://github.com/kairos-io/packages.git
synced 2025-07-09 21:23:29 +00:00
No compression or service install (#1242)
* No compression or service install Signed-off-by: Mauro Morales <contact@mauromorales.com> * it's a + not a - Signed-off-by: Mauro Morales <contact@mauromorales.com> --------- Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
parent
060930306d
commit
00150f0825
@ -2,7 +2,7 @@
|
|||||||
image: "alpine"
|
image: "alpine"
|
||||||
{{ else }}
|
{{ else }}
|
||||||
requires:
|
requires:
|
||||||
- name: "toolchain-go-ubuntu"
|
- name: "toolchain-ubuntu"
|
||||||
category: "development"
|
category: "development"
|
||||||
version: ">=0"
|
version: ">=0"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@ -21,11 +21,8 @@ steps:
|
|||||||
- curl -sfL https://get.k0s.sh > installer.sh
|
- curl -sfL https://get.k0s.sh > installer.sh
|
||||||
- sh installer.sh
|
- sh installer.sh
|
||||||
- rm -rf installer.sh
|
- rm -rf installer.sh
|
||||||
- k0s install controller --single --debug --verbose
|
|
||||||
- chmod +x /usr/local/bin/k0s
|
- chmod +x /usr/local/bin/k0s
|
||||||
- upx -1 /usr/local/bin/k0s
|
|
||||||
- mv /usr/local/bin/k0s /usr/bin/k0s
|
- mv /usr/local/bin/k0s /usr/bin/k0s
|
||||||
- ls -las /usr/bin/k0s
|
|
||||||
|
|
||||||
includes:
|
includes:
|
||||||
- ^/usr/bin/k0s
|
- ^/usr/bin/k0s
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: k0s-openrc
|
- name: k0s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.31.3"
|
version: "1.31.3+1"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -14,7 +14,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-openrc
|
- name: k0s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.30.7"
|
version: "1.30.7+1"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -27,7 +27,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-openrc
|
- name: k0s-openrc
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.29.11"
|
version: "1.29.11+1"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -40,7 +40,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-systemd
|
- name: k0s-systemd
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.31.3"
|
version: "1.31.3+1"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -53,7 +53,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-systemd
|
- name: k0s-systemd
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.30.7"
|
version: "1.30.7+1"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
@ -66,7 +66,7 @@ packages:
|
|||||||
description: " The Zero Friction Kubernetes "
|
description: " The Zero Friction Kubernetes "
|
||||||
- name: k0s-systemd
|
- name: k0s-systemd
|
||||||
category: k8s
|
category: k8s
|
||||||
version: "1.29.11"
|
version: "1.29.11+1"
|
||||||
k0s_version: "0"
|
k0s_version: "0"
|
||||||
labels:
|
labels:
|
||||||
github.owner: "k0sproject"
|
github.owner: "k0sproject"
|
||||||
|
Loading…
Reference in New Issue
Block a user