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

Use jenkins/agent:4.13-2 #268

Merged
merged 3 commits into from
Apr 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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