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.19.1 "
25+ auroraboot_version : " v0.19.4 "
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.19.1 "
24+ auroraboot_version : " v0.19.4 "
2525 dockerfile_path : " images/Dockerfile"
2626 base_image : ${{ matrix.base_image }}
2727 model : " generic"
Original file line number Diff line number Diff line change 3636 cleanup : true
3737 grype : false # too many vulns under the L4T rootfs
3838 with :
39- auroraboot_version : " v0.19.1 "
39+ auroraboot_version : " v0.19.4 "
4040 dockerfile_path : " images/Dockerfile"
4141 base_image : ${{ matrix.base_image }}
4242 model : ${{ matrix.model }}
Original file line number Diff line number Diff line change 2727 - " "
2828 - " k3s"
2929 with :
30- auroraboot_version : " v0.19.1 "
30+ auroraboot_version : " v0.19.4 "
3131 dockerfile_path : " images/Dockerfile"
3232 base_image : ${{ matrix.base_image }}
3333 model : " generic"
Original file line number Diff line number Diff line change 3939 cleanup : true
4040 grype : false # too many vulns under the L4T rootfs
4141 with :
42- auroraboot_version : " v0.19.1 "
42+ auroraboot_version : " v0.19.4 "
4343 dockerfile_path : " images/Dockerfile"
4444 base_image : ${{ matrix.base_image }}
4545 arch : " arm64"
@@ -120,7 +120,7 @@ jobs:
120120 cleanup : true
121121 grype : false # too many vulns under the L4T rootfs
122122 with :
123- auroraboot_version : " v0.19.1 "
123+ auroraboot_version : " v0.19.4 "
124124 dockerfile_path : " images/Dockerfile"
125125 base_image : ${{ matrix.base_image }}
126126 arch : " arm64"
Original file line number Diff line number Diff line change 2626 registry_username : ${{ secrets.QUAY_USERNAME }}
2727 registry_password : ${{ secrets.QUAY_PASSWORD }}
2828 with :
29- auroraboot_version : " v0.19.1 "
29+ auroraboot_version : " v0.19.4 "
3030 dockerfile_path : " images/Dockerfile"
3131 base_image : ${{ matrix.base_image }}
3232 arch : " amd64"
@@ -121,7 +121,7 @@ jobs:
121121 registry_username : ${{ secrets.QUAY_USERNAME }}
122122 registry_password : ${{ secrets.QUAY_PASSWORD }}
123123 with :
124- auroraboot_version : " v0.19.1 "
124+ auroraboot_version : " v0.19.4 "
125125 dockerfile_path : " images/Dockerfile"
126126 base_image : ${{ matrix.base_image }}
127127 arch : " amd64"
@@ -161,7 +161,7 @@ jobs:
161161 registry_username : ${{ secrets.QUAY_USERNAME }}
162162 registry_password : ${{ secrets.QUAY_PASSWORD }}
163163 with :
164- auroraboot_version : " v0.19.1 "
164+ auroraboot_version : " v0.19.4 "
165165 dockerfile_path : " images/Dockerfile"
166166 base_image : ${{ matrix.base_image }}
167167 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.19.1 "
24+ auroraboot_version : " v0.19.4 "
2525 dockerfile_path : " images/Dockerfile"
2626 base_image : ${{ matrix.base_image }}
2727 kubernetes_distro : ${{ matrix.kubernetes_distro }}
@@ -157,7 +157,7 @@ jobs:
157157 docker run --rm --network=host -v /var/run/docker.sock:/var/run/docker.sock \
158158 -v $PWD/build:/result \
159159 -v $PWD/tests/assets/keys:/keys \
160- quay.io/kairos/auroraboot:v0.19.3 --debug build-uki \
160+ quay.io/kairos/auroraboot:v0.19.4 --debug build-uki \
161161 --output-dir /result --output-type container \
162162 --public-keys /keys \
163163 --tpm-pcr-private-key /keys/tpm2-pcr-private.pem \
Original file line number Diff line number Diff line change 7474 containerImage="quay.io/kairos/hadron:v0.0.4-core-amd64-generic-${latestTag}"
7575 docker run -v /var/run/docker.sock:/var/run/docker.sock --net host \
7676 --privileged \
77- -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.19.3 \
77+ -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.19.4 \
7878 --debug \
7979 --set "disable_http_server=true" \
8080 --set "container_image=docker:${containerImage}" \
@@ -149,7 +149,7 @@ jobs:
149149 containerImage="quay.io/kairos/hadron:v0.0.4-core-amd64-generic-${latestTag}"
150150 docker run -v /var/run/docker.sock:/var/run/docker.sock --net host \
151151 --privileged \
152- -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.19.3 \
152+ -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.19.4 \
153153 --debug \
154154 --set "disable_http_server=true" \
155155 --set "container_image=docker:${containerImage}" \
@@ -223,7 +223,7 @@ jobs:
223223 containerImage="quay.io/kairos/hadron:v0.0.4-core-amd64-generic-${latestTag}"
224224 docker run -v /var/run/docker.sock:/var/run/docker.sock --net host \
225225 --privileged \
226- -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.19.3 \
226+ -v $PWD:/aurora --rm quay.io/kairos/auroraboot:v0.19.4 \
227227 --debug \
228228 --set "disable_http_server=true" \
229229 --set "container_image=docker:${containerImage}" \
You can’t perform that action at this time.
0 commit comments