Introducing our new CEO Don Johnson - Read More

gittools/build-images

Sponsored OSS

By gittools

Updated 1 day ago

Helper docker images used for testing GitVersion tool with different distro and architectures

Image
Languages & Frameworks
Integration & Delivery
0

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

Tags

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 Command

docker pull gittools/build-images