Skip to content

Commit 6e1ebf7

Browse files
authored
ci: Bump bcvk (#57)
And yes we need this in closer to one place. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent dbc0159 commit 6e1ebf7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/.github/actions/bootc-ubuntu-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
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

devenv/Containerfile.c10s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FROM base as tools
2929
# renovate: datasource=github-releases depName=block/goose
3030
ARG 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
3333
RUN <<EORUN
3434
set -xeuo pipefail
3535
arch=$(arch)

devenv/Containerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FROM base as tools
2929
# renovate: datasource=github-releases depName=block/goose
3030
ARG 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
3333
RUN <<EORUN
3434
set -xeuo pipefail
3535
arch=$(arch)

0 commit comments

Comments
 (0)