forked from jenkinsci/docker-inbound-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from jeffret-b/remoting-4.0.1
Update to Remoting 4.0.1 for security release.
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
FROM openjdk:8-jdk | ||
MAINTAINER Oleg Nenashev <[email protected]> | ||
|
||
ARG VERSION=4.0 | ||
ARG VERSION=4.0.1 | ||
ARG user=jenkins | ||
ARG group=jenkins | ||
ARG uid=1000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
FROM openjdk:8-jdk-alpine | ||
MAINTAINER Oleg Nenashev <[email protected]> | ||
|
||
ARG VERSION=4.0 | ||
ARG VERSION=4.0.1 | ||
ARG user=jenkins | ||
ARG group=jenkins | ||
ARG uid=1000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
FROM openjdk:11-jdk | ||
MAINTAINER Oleg Nenashev <[email protected]> | ||
|
||
ARG VERSION=4.0 | ||
ARG VERSION=4.0.1 | ||
ARG user=jenkins | ||
ARG group=jenkins | ||
ARG uid=1000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ MAINTAINER Alex Earl <[email protected]> | |
|
||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] | ||
|
||
ARG VERSION=4.0 | ||
ARG VERSION=4.0.1 | ||
LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}" | ||
|
||
ARG GIT_VERSION=2.24.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ MAINTAINER Alex Earl <[email protected]> | |
|
||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] | ||
|
||
ARG VERSION=4.0 | ||
ARG VERSION=4.0.1 | ||
LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}" | ||
|
||
ARG GIT_VERSION=2.24.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters