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

Commit

Permalink
Build agent newer agent image (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jan 3, 2022
1 parent db550b0 commit 9897e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ group "linux-ppc64le" {

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

variable "REGISTRY" {
Expand Down

2 comments on commit 9897e32

@lemeurherve
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timja
Copy link
Member Author

@timja timja commented on 9897e32 Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the version of the https://github.com/jenkinsci/docker-agent repo to build against.

Every time a new version is released there it needs bumping here, (unless some automation is built around it)

Please sign in to comment.