Skip to content

Commit

Permalink
Use CentOS Stream 8 instead of CentOS Linux 8
Browse files Browse the repository at this point in the history
CentOS Linux 8 went End Of Life at the end of 2021 and at the end of
January it will disappear from the mirrors. Stream is the supported
replacement. By using the Vagrant box and container image it should mean
most testing will not notice the difference.
  • Loading branch information
ekohl committed Jan 27, 2022
1 parent 605320e commit a4bdd3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,11 @@ def osinfo
:general => {
'platform' => 'el-8-x86_64'
},
:vagrant => {
'box' => 'centos/stream8',
},
:docker => {
'image' => 'quay.io/centos/centos:stream8',
'docker_image_commands' => [
'cp /bin/true /sbin/agetty',
'yum install -y crontabs initscripts iproute openssl wget which glibc-langpack-en'
Expand Down

0 comments on commit a4bdd3b

Please sign in to comment.