gittools/build-images
Helper docker images used for testing GitVersion tool with different distro and architectures
1M+
Helper docker images used for testing GitVersion tool with different distro and architectures.
These images depend on base images gittools/deps and have installed dotnet runtime
or sdk
.
There are 2 variants of the images:
sdk
images are used for testing the dotnet GitVersion.Tool. It has the dotnet sdk
installed.runtime
images used for bundling the GitVersion.Tool. It has the dotnet runtime
installed.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/build-images:alpine.3.20-sdk-8.0
If you need to pull a architecture specific tag you can do that like:
# architecture specific
docker run --rm gittools/build-images:alpine.3.20-sdk-8.0-arm64
docker run --rm gittools/build-images:alpine.3.20-sdk-8.0-amd64
docker pull gittools/build-images