Skip to content

Commit

Permalink
Add DockerPodman class
Browse files Browse the repository at this point in the history
This allows us to set the beaker hypervisor not only to `docker`,
but also to `docker_podmand`. This enables us to implement podman
specific patches (if we ever need to). But it also makes it easier
for modules to specify if they want to use podman or docker. See
voxpupuli/gha-puppet#48 for reference.
  • Loading branch information
bastelfreak committed Mar 17, 2024
1 parent 752ef19 commit c10ebad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/beaker/hypervisor/docker_podman.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module Beaker
class DockerPodman < Beaker::Docker
end
end

0 comments on commit c10ebad

Please sign in to comment.