← projects/gocd-dotnet-agent

playgrounddemo

GoCD agent image with .NET SDK

Custom GoCD agent on Ubuntu with dotnet-sdk preinstalled — less bootstrap friction for .NET pipelines.

  • Docker
  • GoCD
  • .NET
  • Ubuntu

Intent

CI agents that still need a package install on every job waste minutes and hide environment drift. This image bakes .NET SDK into a GoCD agent on Ubuntu so pipelines start closer to ready.

Takeaway

Platform work is often about removing repeated toil: pin a base image, document the toolchain, make the path boring. Boring CI is good CI.