Check out all the containers on Docker Hub.
Goal#
I want to build a collection of Docker containers with specific requirements and preinstalled software / tools. This way I can easily use them for CI/CD or just for testing out projects on a clean environment.
The containers are named using the following naming convention:
{parent-image}-{specific-case}
Containers#
alpine-uv: Alpine base with uv preinstalled.
