diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 2dc264f99..abc069503 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: strategy: max-parallel: 1 matrix: - image: ["quay.io/centos/centos:stream8", "docker.io/library/debian:10", "docker.io/library/ubuntu:20.04"] + image: ["quay.io/centos/centos:stream8", "docker.io/library/debian:11", "docker.io/library/ubuntu:20.04"] container: image: ${{ matrix.image }} runs-on: ubuntu-latest diff --git a/ci/update_distros.sh b/ci/update_distros.sh index 73c693a6c..80d854795 100755 --- a/ci/update_distros.sh +++ b/ci/update_distros.sh @@ -90,7 +90,7 @@ _vagrant_pull "8" "centos/stream8" "IDE" echo "ubuntu:" >> .distros_supported.yml _vagrant_pull "focal" "generic/ubuntu2004" echo "debian:" >> .distros_supported.yml -_vagrant_pull "buster" "generic/debian10" +_vagrant_pull "bullseye" "debian/bullseye64" "SATA Controller" if [ "$msg" ]; then echo -e "$msg" diff --git a/distros_supported.yml b/distros_supported.yml index 03d364b45..10297f004 100644 --- a/distros_supported.yml +++ b/distros_supported.yml @@ -19,7 +19,7 @@ ubuntu: vb_controller: IDE Controller version: "3.6.8" debian: - buster: - name: generic/debian10 - vb_controller: IDE Controller - version: "3.6.8" + bullseye: + name: debian/bullseye64 + vb_controller: SATA Controller + version: "11.20220328.1" diff --git a/requirements/debian.txt b/requirements/debian.txt index dece2efab..44d8900f1 100644 --- a/requirements/debian.txt +++ b/requirements/debian.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.7 +# This file is autogenerated by pip-compile with python 3.9 # To update, run: # # pip-compile --output-file=requirements/debian.txt requirements/debian.in @@ -46,14 +46,6 @@ hvac==0.11.2 # via kolla-ansible idna==3.3 # via requests -importlib-metadata==4.11.3 - # via - # cmd2 - # debtcollector - # openstacksdk - # oslo-config - # prettytable - # stevedore iso8601==1.0.2 # via # keystoneauth1 @@ -220,10 +212,6 @@ stevedore==3.5.0 # python-keystoneclient # python-novaclient # python-openstackclient -typing-extensions==4.1.1 - # via - # cmd2 - # importlib-metadata urllib3==1.26.9 # via requests wcwidth==0.2.5 @@ -232,5 +220,3 @@ wcwidth==0.2.5 # prettytable wrapt==1.14.0 # via debtcollector -zipp==3.7.0 - # via importlib-metadata