File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 registry_username : ${{ secrets.QUAY_USERNAME }}
2323 registry_password : ${{ secrets.QUAY_PASSWORD }}
2424 with :
25- auroraboot_version : " v0.23.0 "
25+ auroraboot_version : " v0.26.2 "
2626 dockerfile_path : " images/Dockerfile"
2727 base_image : ${{ matrix.base_image }}
2828 model : ${{ matrix.model }}
Original file line number Diff line number Diff line change 2121 registry_username : ${{ secrets.QUAY_USERNAME }}
2222 registry_password : ${{ secrets.QUAY_PASSWORD }}
2323 with :
24- auroraboot_version : " v0.23.0 "
24+ auroraboot_version : " v0.26.2 "
2525 dockerfile_path : " images/Dockerfile"
2626 base_image : ${{ matrix.base_image }}
2727 model : " generic"
Original file line number Diff line number Diff line change 5353 grype : false # too many vulns under the L4T rootfs
5454 custom_job_name_format : " "
5555 with :
56- auroraboot_version : " v0.23.0 "
56+ auroraboot_version : " v0.26.2 "
5757 dockerfile_path : " images/Dockerfile"
5858 base_image : ${{ matrix.base_image }}
5959 model : ${{ matrix.model }}
Original file line number Diff line number Diff line change 3131 kubernetes_distro : " k3s"
3232 custom_job_name_format : " standard-amd64-generic-k3s"
3333 with :
34- auroraboot_version : " v0.23.0 "
34+ auroraboot_version : " v0.26.2 "
3535 dockerfile_path : " images/Dockerfile"
3636 base_image : ${{ matrix.base_image }}
3737 model : " generic"
Original file line number Diff line number Diff line change 5858 grype : false # too many vulns under the L4T rootfs
5959 custom_job_name_format : " "
6060 with :
61- auroraboot_version : " v0.23.0 "
61+ auroraboot_version : " v0.26.2 "
6262 dockerfile_path : " images/Dockerfile"
6363 base_image : ${{ matrix.base_image }}
6464 arch : " arm64"
@@ -158,7 +158,7 @@ jobs:
158158 grype : false # too many vulns under the L4T rootfs
159159 custom_job_name_format : " "
160160 with :
161- auroraboot_version : " v0.23.0 "
161+ auroraboot_version : " v0.26.2 "
162162 dockerfile_path : " images/Dockerfile"
163163 base_image : ${{ matrix.base_image }}
164164 arch : " arm64"
Original file line number Diff line number Diff line change 3030 registry_username : ${{ secrets.QUAY_USERNAME }}
3131 registry_password : ${{ secrets.QUAY_PASSWORD }}
3232 with :
33- auroraboot_version : " v0.23.0 "
33+ auroraboot_version : " v0.26.2 "
3434 dockerfile_path : " images/Dockerfile"
3535 base_image : ${{ matrix.base_image }}
3636 arch : " amd64"
@@ -133,7 +133,7 @@ jobs:
133133 registry_username : ${{ secrets.QUAY_USERNAME }}
134134 registry_password : ${{ secrets.QUAY_PASSWORD }}
135135 with :
136- auroraboot_version : " v0.23.0 "
136+ auroraboot_version : " v0.26.2 "
137137 dockerfile_path : " images/Dockerfile"
138138 base_image : ${{ matrix.base_image }}
139139 arch : " amd64"
@@ -179,7 +179,7 @@ jobs:
179179 registry_username : ${{ secrets.QUAY_USERNAME }}
180180 registry_password : ${{ secrets.QUAY_PASSWORD }}
181181 with :
182- auroraboot_version : " v0.23.0 "
182+ auroraboot_version : " v0.26.2 "
183183 dockerfile_path : " images/Dockerfile"
184184 base_image : ${{ matrix.base_image }}
185185 arch : " amd64"
Original file line number Diff line number Diff line change 2121 registry_username : ${{ secrets.QUAY_USERNAME }}
2222 registry_password : ${{ secrets.QUAY_PASSWORD }}
2323 with :
24- auroraboot_version : " v0.23.0 "
24+ auroraboot_version : " v0.26.2 "
2525 dockerfile_path : " images/Dockerfile"
2626 base_image : ${{ matrix.base_image }}
2727 kubernetes_distro : ${{ matrix.kubernetes_distro }}
@@ -164,7 +164,7 @@ jobs:
164164 docker run --rm --network=host -v /var/run/docker.sock:/var/run/docker.sock \
165165 -v $PWD/build:/result \
166166 -v $PWD/tests/assets/keys:/keys \
167- quay.io/kairos/auroraboot:v0.25 .2 --debug build-uki \
167+ quay.io/kairos/auroraboot:v0.26 .2 --debug build-uki \
168168 --output-dir /result --output-type container \
169169 --public-keys /keys \
170170 --tpm-pcr-private-key /keys/tpm2-pcr-private.pem \
Original file line number Diff line number Diff line change 7676 containerImage=$(.github/public-cloud/resolve-hadron-container-image.sh "$latestTag")
7777 docker run -v /var/run/docker.sock:/var/run/docker.sock --net host \
7878 --privileged \
79- -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.25 .2 \
79+ -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.26 .2 \
8080 --debug \
8181 --set "disable_http_server=true" \
8282 --set "container_image=docker:${containerImage}" \
@@ -159,7 +159,7 @@ jobs:
159159 containerImage=$(.github/public-cloud/resolve-hadron-container-image.sh "$latestTag")
160160 docker run -v /var/run/docker.sock:/var/run/docker.sock --net host \
161161 --privileged \
162- -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.25 .2 \
162+ -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.26 .2 \
163163 --debug \
164164 --set "disable_http_server=true" \
165165 --set "container_image=docker:${containerImage}" \
@@ -235,7 +235,7 @@ jobs:
235235 containerImage=$(.github/public-cloud/resolve-hadron-container-image.sh "$latestTag")
236236 docker run -v /var/run/docker.sock:/var/run/docker.sock --net host \
237237 --privileged \
238- -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.25 .2 \
238+ -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.26 .2 \
239239 --debug \
240240 --set "disable_http_server=true" \
241241 --set "container_image=docker:${containerImage}" \
You can’t perform that action at this time.
0 commit comments