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:
Mauro Morales 2025-01-23 07:38:37 +01:00 committed by GitHub
parent 060930306d
commit 00150f0825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 10 deletions

View File

@ -2,7 +2,7 @@
image: "alpine"
{{ else }}
requires:
- name: "toolchain-go-ubuntu"
- name: "toolchain-ubuntu"
category: "development"
version: ">=0"
{{ end }}
@ -21,11 +21,8 @@ steps:
- curl -sfL https://get.k0s.sh > installer.sh
- sh installer.sh
- rm -rf installer.sh
- k0s install controller --single --debug --verbose
- chmod +x /usr/local/bin/k0s
- upx -1 /usr/local/bin/k0s
- mv /usr/local/bin/k0s /usr/bin/k0s
- ls -las /usr/bin/k0s
includes:
- ^/usr/bin/k0s

View File

@ -1,7 +1,7 @@
packages:
- name: k0s-openrc
category: k8s
version: "1.31.3"
version: "1.31.3+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -14,7 +14,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-openrc
category: k8s
version: "1.30.7"
version: "1.30.7+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -27,7 +27,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-openrc
category: k8s
version: "1.29.11"
version: "1.29.11+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -40,7 +40,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-systemd
category: k8s
version: "1.31.3"
version: "1.31.3+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -53,7 +53,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-systemd
category: k8s
version: "1.30.7"
version: "1.30.7+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"
@ -66,7 +66,7 @@ packages:
description: " The Zero Friction Kubernetes "
- name: k0s-systemd
category: k8s
version: "1.29.11"
version: "1.29.11+1"
k0s_version: "0"
labels:
github.owner: "k0sproject"