Skip to main content

Test Kitchen - Create

Aaron LippoldLess than 1 minute

Test Kitchen Create Stage

The create stage in Test Kitchen sets up testing environments. It uses standard and patched images from AWS and Red Hat, including AMI EC2 images, Docker containers, and Vagrant boxes.

Test Kitchen automatically fetches the latest images from sources like Amazon Marketplace, DockerHub, Vagrant Marketplace, and Bento Hub. You can customize this to use different images, private repositories (like Platform One's Iron Bank), or local images.

For more details on how Test Kitchen manages images, visit the Test Kitchen websiteopen in new window. You can also refer to the GitHub documentation for the kitchen-ec2, kitchen-vagrant, kitchen-sync, and kitchen-inspecopen in new window project on GitHub.