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 1 commit
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
7 changes: 4 additions & 3 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,8 +41,9 @@ variable "REMOTING_VERSION" {
default = "4.13"
}

# Used in the tag pushed to the jenkins/inbound-agent image
MarkEWaite marked this conversation as resolved.
Show resolved Hide resolved
variable "BUILD_NUMBER" {
default = "1"
default = "2"
}

variable "ON_TAG" {
Expand Down