Skip to content

Commit

Permalink
Setup vagrant images
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 31, 2024
1 parent fe40ae5 commit 1caaf4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion provision.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
docker:
provisioner: docker
images: ['litmusimage/centos:stream8', 'litmusimage/ubuntu:20.04', 'litmusimage/ubuntu:22.04']
images: ['litmusimage/centos:stream8', 'litmusimage/ubuntu:20.04', 'litmusimage/ubuntu:22.04']
vagrant:
provisioner: vagrant
images: ['centos/stream8', 'generic/ubuntu2204', 'generic/ubuntu2004']

0 comments on commit 1caaf4a

Please sign in to comment.