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 #346 from jenkinsci/updatecli_dabd112f704fb12d5a78…
Browse files Browse the repository at this point in the history
…add8a2912b45ba1e6afab24634912e605d1ac7897dc8

Bump the parent image `jenkins/agent` version to 3107.v665000b_51092-9
  • Loading branch information
dduportal authored May 1, 2023
2 parents 3e0c626 + 9192c46 commit 5e2fab6
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions 11/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# THE SOFTWARE.

#TODO(oleg_nenashev): Does it also need an update?
ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
FROM jenkins/agent:${version}-alpine-jdk11

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="$version"

ARG user=jenkins
Expand Down
4 changes: 2 additions & 2 deletions 11/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
FROM jenkins/agent:${version}-jdk11

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="$version"

ARG user=jenkins
Expand Down
4 changes: 2 additions & 2 deletions 11/windows/nanoserver-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
FROM jenkins/agent:${version}-jdk11-nanoserver-1809

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols on Windows" Vendor="Jenkins Project" Version="$version"

COPY jenkins-agent.ps1 C:/ProgramData/Jenkins
Expand Down
4 changes: 2 additions & 2 deletions 11/windows/windowsservercore-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
FROM jenkins/agent:${version}-jdk11-windowsservercore-ltsc2019

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols on Windows" Vendor="Jenkins Project" Version="$version"

COPY jenkins-agent.ps1 C:/ProgramData/Jenkins
Expand Down
4 changes: 2 additions & 2 deletions 17/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# THE SOFTWARE.

#TODO(oleg_nenashev): Does it also need an update?
ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
FROM jenkins/agent:${version}-alpine-jdk17

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="$version"

ARG user=jenkins
Expand Down
4 changes: 2 additions & 2 deletions 17/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
FROM jenkins/agent:${version}-jdk17

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="$version"

ARG user=jenkins
Expand Down
4 changes: 2 additions & 2 deletions 17/windows/nanoserver-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
FROM jenkins/agent:${version}-jdk17-nanoserver-1809

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols on Windows" Vendor="Jenkins Project" Version="$version"

COPY jenkins-agent.ps1 C:/ProgramData/Jenkins
Expand Down
4 changes: 2 additions & 2 deletions 17/windows/windowsservercore-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
FROM jenkins/agent:${version}-jdk17-windowsservercore-ltsc2019

ARG version=3107.v665000b_51092-8
ARG version=3107.v665000b_51092-9
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols on Windows" Vendor="Jenkins Project" Version="$version"

COPY jenkins-agent.ps1 C:/ProgramData/Jenkins
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variable "IMAGE_TAG" {

#### This is for the "parent" image version to use (jenkins/agent:<PARENT_IMAGE_AGENT_VERSION>-<base-os>)
variable "PARENT_IMAGE_VERSION" {
default = "3107.v665000b_51092-8"
default = "3107.v665000b_51092-9"
}

variable "REGISTRY" {
Expand Down
2 changes: 1 addition & 1 deletion make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Param(
[String] $AdditionalArgs = '',
[String] $Build = '',
[String] $VersionTag = '3071.v7e9b_0dc08466-1',
[String] $DockerAgentVersion = '3107.v665000b_51092-8',
[String] $DockerAgentVersion = '3107.v665000b_51092-9',
[switch] $PushVersions = $false
)

Expand Down

0 comments on commit 5e2fab6

Please sign in to comment.