Skip to content

Commit

Permalink
Bump Debian to BullsEye release
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed May 4, 2022
1 parent ee08483 commit 8472165
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/update_distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions distros_supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
16 changes: 1 addition & 15 deletions requirements/debian.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -232,5 +220,3 @@ wcwidth==0.2.5
# prettytable
wrapt==1.14.0
# via debtcollector
zipp==3.7.0
# via importlib-metadata

0 comments on commit 8472165

Please sign in to comment.