Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Dec 8, 2023
1 parent 5a6f8ed commit 7521cd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ We started using the elastic agents for [Docker plugin](https://github.com/gocd-

Before elastic agents, if we wanted to test something new that needed different hardware or software, we needed to provision build machines, and have the relevant software installed on these agents. Then if we chose to not keep the change, we also had to decommission the machines. It was time consuming to do all of that, and took the focus away from development.

Using elastic agents, we can apply the idea behind [ImmutableServer](https://martinfowler.com/bliki/ImmutableServer.html) to our build machines. We now [build an operating system image](https://hub.docker.com/r/gocdcontrib/gocd-dev-build/builds/) with all the required software (with the versions we need). This allowed us to operate quickly, and experiment without the worry of managing hardware.
Using elastic agents, we can apply the idea behind [ImmutableServer](https://martinfowler.com/bliki/ImmutableServer.html) to our build machines. We now [build an operating system image](https://hub.docker.com/r/gocddev/gocd-dev-build/tags) with all the required software (with the versions we need). This allowed us to operate quickly, and experiment without the worry of managing hardware.

### 2. Less pain and overhead

Expand All @@ -67,4 +67,4 @@ Depending on user demand and the popularity of the cloud providers among our use

<div class='row'>
<%= partial "partials/elasticagents" %>
</div>
</div>

0 comments on commit 7521cd9

Please sign in to comment.