-
-
Notifications
You must be signed in to change notification settings - Fork 232
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 #99 from jeffret-b/remoting-3.40
Update to Remoting 3.40.
- Loading branch information
Showing
8 changed files
with
17 additions
and
17 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The MIT License | ||
# | ||
# Copyright (c) 2015-2019, CloudBees, Inc. and other Jenkins contributors | ||
# Copyright (c) 2015-2020, CloudBees, Inc. and other Jenkins contributors | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -23,7 +23,7 @@ | |
FROM openjdk:8-jdk | ||
MAINTAINER Oleg Nenashev <[email protected]> | ||
|
||
ARG VERSION=3.36 | ||
ARG VERSION=3.40 | ||
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The MIT License | ||
# | ||
# Copyright (c) 2015-2019, CloudBees, Inc. and other Jenkins contributors | ||
# Copyright (c) 2015-2020, CloudBees, Inc. and other Jenkins contributors | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -23,7 +23,7 @@ | |
FROM openjdk:8-jdk-alpine | ||
MAINTAINER Oleg Nenashev <[email protected]> | ||
|
||
ARG VERSION=3.36 | ||
ARG VERSION=3.40 | ||
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The MIT License | ||
# | ||
# Copyright (c) 2015-2019, CloudBees, Inc. and other Jenkins contributors | ||
# Copyright (c) 2015-2020, CloudBees, Inc. and other Jenkins contributors | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -23,7 +23,7 @@ | |
FROM openjdk:11-jdk | ||
MAINTAINER Oleg Nenashev <[email protected]> | ||
|
||
ARG VERSION=3.36 | ||
ARG VERSION=3.40 | ||
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# The MIT License | ||
# | ||
# Copyright (c) 2019, Alex Earl and other Jenkins Contributors | ||
# Copyright (c) 2019-2020, Alex Earl and other Jenkins Contributors | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -29,7 +29,7 @@ MAINTAINER Alex Earl <[email protected]> | |
|
||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] | ||
|
||
ARG VERSION=3.36 | ||
ARG VERSION=3.40 | ||
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# The MIT License | ||
# | ||
# Copyright (c) 2019, Alex Earl and other Jenkins Contributors | ||
# Copyright (c) 2020, Alex Earl and other Jenkins Contributors | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -29,7 +29,7 @@ MAINTAINER Alex Earl <[email protected]> | |
|
||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] | ||
|
||
ARG VERSION=3.36 | ||
ARG VERSION=3.40 | ||
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
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