Skip to content

Commit

Permalink
Add podman_docker support
Browse files Browse the repository at this point in the history
This adds support for a `docker_podman` hypervisor. it will call the
default docker implementation at the moment. See voxpupuli/gha-puppet#48
for context.
  • Loading branch information
bastelfreak committed Sep 20, 2024
1 parent afeb4d2 commit 0ceb178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/beaker-hostgenerator/hypervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def self.builtin_hypervisors
'vagrant' => BeakerHostGenerator::Hypervisor::Vagrant,
'vagrant_libvirt' => BeakerHostGenerator::Hypervisor::Vagrant,
'docker' => BeakerHostGenerator::Hypervisor::Docker,
'docker_podman' => BeakerHostGenerator::Hypervisor::Docker,
'abs' => BeakerHostGenerator::Hypervisor::ABS,
'hcloud' => BeakerHostGenerator::Hypervisor::Hcloud,
}
Expand Down

0 comments on commit 0ceb178

Please sign in to comment.