Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/image-master-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.16.1"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
model: ${{ matrix.model }}
Expand Down Expand Up @@ -143,6 +144,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.16.1"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
model: ${{ matrix.model }}
Expand Down
40 changes: 19 additions & 21 deletions .github/workflows/image-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.15.0"
auroraboot_version: "v0.16.1"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
model: "generic"
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.15.0"
auroraboot_version: "v0.16.1"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
model: "generic"
Expand Down Expand Up @@ -111,7 +111,6 @@ jobs:
base_image:
- "ubuntu:24.04"
- "alpine:3.21"
- "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
test:
- "custom-partitioning"
- "acceptance"
Expand Down Expand Up @@ -145,23 +144,16 @@ jobs:
base_image: "opensuse/leap:15.6"
- test: "acceptance"
base_image: "debian:12"
netboot-tests:
name: ${{ matrix.base_image }}
uses: ./.github/workflows/reusable-qemu-netboot-test.yaml
secrets: inherit
with:
base_image: ${{ matrix.base_image }}
variant: "core"
model: "generic"
arch: "amd64"
needs:
- core
strategy:
matrix:
base_image:
- "ubuntu:24.04"
- "alpine:3.21"
- "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- test: "install"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- test: "custom-partitioning"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- test: "acceptance"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- test: "install-target"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- test: "reset"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
encryption-tests:
name: ${{ matrix.base_image }}
uses: ./.github/workflows/reusable-encryption-test.yaml
Expand Down Expand Up @@ -220,11 +212,17 @@ jobs:
matrix:
base_image:
- "ubuntu:24.04"
- "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
test:
- "provider-qrcode-install"
- "provider-upgrade"
- "provider-upgrade-k8s"
- "provider-upgrade-latest-k8s-with-kubernetes"
- "provider-decentralized-k8s"
- "provider-k3s-disabled"
include:
- base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
test: "provider-qrcode-install"
- base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
test: "provider-decentralized-k8s"
- base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
test: "provider-k3s-disabled"
2 changes: 2 additions & 0 deletions .github/workflows/image-pr-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
model: ${{ matrix.model }}
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
model: "generic"
Expand Down
31 changes: 11 additions & 20 deletions .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.15.0"
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
model: "generic"
Expand Down Expand Up @@ -61,7 +61,6 @@ jobs:
matrix:
secureboot: [false]
base_image:
- "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- "ubuntu:25.10"
- "ubuntu:24.04"
- "alpine:3.21"
Expand Down Expand Up @@ -90,26 +89,18 @@ jobs:
base_image: "ubuntu:24.04"
- test: "upgrade-latest-with-cli"
base_image: "ubuntu:25.10"
- test: "install"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- test: "custom-partitioning"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- test: "acceptance"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- test: "install-target"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- test: "reset"
base_image: "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
# Whenever there's a new flavor e.g. ubuntu-25.10 but we haven't released a kairos version with it, you can use the release matcher to match to a previous version, e.g. ubuntu-24.04
# release-matcher: "kairos-ubuntu-24.04-core-amd64-generic-v3.6.0.iso"
netboot-tests:
name: ${{ matrix.base_image }}
uses: ./.github/workflows/reusable-qemu-netboot-test.yaml
secrets: inherit
with:
base_image: ${{ matrix.base_image }}
variant: "core"
arch: "amd64"
model: "generic"
needs:
- build
strategy:
matrix:
base_image:
- "ghcr.io/kairos-io/hadron:v0.0.1-beta1"
- "ubuntu:25.10"
- "ubuntu:24.04"
- "alpine:3.21"
encryption-tests:
name: ${{ matrix.base_image }}
secrets: inherit
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- "debian:12"
- "rockylinux:9"
with:
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
arch: "arm64"
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
- "ubuntu:22.04"
- "alpine:3.21"
with:
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
arch: "arm64"
Expand Down Expand Up @@ -132,6 +134,7 @@ jobs:
- "debian:12"
- "rockylinux:9"
with:
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
arch: "arm64"
Expand Down Expand Up @@ -172,6 +175,7 @@ jobs:
- "ubuntu:22.04"
- "alpine:3.21"
with:
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
arch: "arm64"
Expand Down Expand Up @@ -238,6 +242,7 @@ jobs:
actions: read
needs: build-nvidia-base
with:
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: "quay.io/kairos/cache:nvidia-base"
arch: "arm64"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.15.0"
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
arch: "amd64"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.15.0"
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
arch: "amd64"
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.15.0"
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
arch: "amd64"
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.15.0"
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
arch: "amd64"
Expand Down
121 changes: 0 additions & 121 deletions .github/workflows/reusable-qemu-netboot-test.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/uki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.15.0"
auroraboot_version: "v0.16.2"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
kubernetes_distro: ${{ matrix.kubernetes_distro }}
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
needs: factory
runs-on: kvm
strategy:
fail-fast: false
matrix:
base_image: ["ghcr.io/kairos-io/hadron-trusted:v0.0.1-beta1", "ubuntu:25.10", "ubuntu:24.04", "fedora:40"]
arch: ["amd64"]
Expand Down Expand Up @@ -146,7 +147,7 @@ jobs:
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
-v $PWD/build:/result \
-v $PWD/tests/assets/keys:/keys \
quay.io/kairos/auroraboot:v0.15.0 --debug build-uki \
quay.io/kairos/auroraboot:v0.16.2 --debug build-uki \
--output-dir /result --output-type container \
--public-keys /keys \
--tpm-pcr-private-key /keys/tpm2-pcr-private.pem \
Expand Down Expand Up @@ -189,6 +190,7 @@ jobs:
needs: factory
runs-on: kvm
strategy:
fail-fast: false
matrix:
base_image: ["ghcr.io/kairos-io/hadron-trusted:v0.0.1-beta1", "ubuntu:24.04"]
arch: ["amd64"]
Expand Down
Loading