Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #268 from MarkEWaite/use-agent-4.13-2
Browse files Browse the repository at this point in the history
Use jenkins/agent:4.13-2
  • Loading branch information
MarkEWaite committed Apr 20, 2022
2 parents 63c0008 + 80b73fd commit 731f8c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ group "linux-ppc64le" {
targets = []
}

# update this to use a newer build number for jenkins/docker-agent image
# update this to use a newer build number of the jenkins/agent image
variable "AGENT_IMAGE_BUILD_NUMBER" {
default = "1"
default = "2"
}

variable "REGISTRY" {
Expand All @@ -41,6 +41,7 @@ variable "REMOTING_VERSION" {
default = "4.13"
}

# Used in the tag pushed to the jenkins/inbound-agent image, no need to update this the pipeline will change it
variable "BUILD_NUMBER" {
default = "1"
}
Expand Down

0 comments on commit 731f8c6

Please sign in to comment.