Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/test-kitchen/dokken-images
Minimal Docker Images for testing
https://github.com/test-kitchen/dokken-images
hacktoberfest managed-by-terraform ruby ruby-gem test-kitchen testing
Last synced: 16 days ago
JSON representation
Minimal Docker Images for testing
- Host: GitHub
- URL: https://github.com/test-kitchen/dokken-images
- Owner: test-kitchen
- License: other
- Created: 2017-06-30T11:18:20.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T16:05:56.000Z (9 months ago)
- Last Synced: 2024-04-14T05:31:18.197Z (8 months ago)
- Topics: hacktoberfest, managed-by-terraform, ruby, ruby-gem, test-kitchen, testing
- Language: Dockerfile
- Homepage: https://kitchen.ci
- Size: 261 KB
- Stars: 26
- Watchers: 17
- Forks: 28
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker images for use with kitchen-dokken
Docker images for various operating systems built specifically for use with the Test Kitchen plugin [kitchen-dokken](https://kitchen.ci/docs/drivers/dokken/). Use these images as stand-ins for full OS installations in your CI pipelines or for quick local testing.
All images are published to [Docker Hub](https://hub.docker.com/r/dokken/) and [GitHub Container Registry](https://github.com/orgs/test-kitchen/packages?repo_name=dokken-images).
## Why Do We Need These?
Operating system vendors publish their own Docker images, but these images are very minimal. Vendor images are optimized for running applications in Docker or Kubernetes clusters. When testing Chef Infra cookbooks, we need Docker images that look like a fresh install of the OS. That means we need common OS utilities or even a complete systemd installation. These Dokken images are loaded with additional packages to make them more like a VM or cloud instance so you can quickly test without issues.