Skip to content

Commit

Permalink
Merge a4bdd3b into 605320e
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored Jan 27, 2022
2 parents 605320e + a4bdd3b commit 443729f
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 443729f

Please sign in to comment.