Helper docker images used for testing GitVersion tool with different distro and architectures
100K+
Helper docker images used for testing GitVersion tool with different distro and architectures.
These images contain the distro base image with the dotnet specific dependencies.
It serves as base images for gittools/build-images.
Source code for the images can be found at build-images
Most of the tags we provide have both arm64 and amd64 variants.
docker run --rm gittools/deps:alpine.3.20
If you need to pull a architecture specific tag you can do that like:
# architecture specific
docker run --rm gittools/deps:alpine.3.20-arm64
docker run --rm gittools/deps:alpine.3.20-amd64
Content type
Image
Digest
sha256:5d3c503e8…
Size
17.4 MB
Last updated
about 6 hours ago
docker pull gittools/deps:alpine.3.23Pulls:
780
Last week