File tree Expand file tree Collapse file tree
common/.github/actions/bootc-ubuntu-setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 shell : bash
6868 run : |
6969 set -xeuo pipefail
70- export BCVK_VERSION=0.8 .0
70+ export BCVK_VERSION=0.9 .0
7171 /bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
7272 # Something in the stack is overriding this, but we want session right now for bcvk
7373 echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ FROM base as tools
2929# renovate: datasource=github-releases depName=block/goose
3030ARG gooseversion=v1.11.1
3131# renovate: datasource=github-releases depName=bootc-dev/bcvk
32- ARG bcvkversion=v0.5.3
32+ ARG bcvkversion=v0.9.0
3333RUN <<EORUN
3434set -xeuo pipefail
3535arch=$(arch)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ FROM base as tools
2929# renovate: datasource=github-releases depName=block/goose
3030ARG gooseversion=v1.11.1
3131# renovate: datasource=github-releases depName=bootc-dev/bcvk
32- ARG bcvkversion=v0.7 .0
32+ ARG bcvkversion=v0.9 .0
3333RUN <<EORUN
3434set -xeuo pipefail
3535arch=$(arch)
You can’t perform that action at this time.
0 commit comments