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 #186 from slide/base_image_4_3_7
Browse files Browse the repository at this point in the history
Update to 4.3-7 of the base image
  • Loading branch information
slide committed Jul 28, 2020
2 parents 5510232 + c89ebf5 commit 5fef74c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 11/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=4.3-6-jdk11
ARG version=4.3-7-jdk11
FROM jenkins/agent:$version

ARG version
Expand Down
2 changes: 1 addition & 1 deletion 11/nanoserver-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG VERSION=4.3-6
ARG VERSION=4.3-7
FROM jenkins/agent:${VERSION}-jdk11-nanoserver-1809

ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion 11/windowsservercore-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG VERSION=4.3-6
ARG VERSION=4.3-7
FROM jenkins/agent:${VERSION}-jdk11-windowsservercore-1809

LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols on Windows" Vendor="Jenkins Project" Version="$VERSION"
Expand Down
2 changes: 1 addition & 1 deletion 8/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=4.3-6-alpine
ARG version=4.3-7-alpine
FROM jenkins/agent:$version

ARG version
Expand Down
2 changes: 1 addition & 1 deletion 8/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG version=4.3-6
ARG version=4.3-7
FROM jenkins/agent:$version

ARG version
Expand Down
2 changes: 1 addition & 1 deletion 8/nanoserver-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG VERSION=4.3-6
ARG VERSION=4.3-7
FROM jenkins/agent:${VERSION}-nanoserver-1809

LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols on Windows" Vendor="Jenkins Project" Version="$VERSION"
Expand Down
2 changes: 1 addition & 1 deletion 8/windowsservercore-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG VERSION=4.3-6
ARG VERSION=4.3-7
FROM jenkins/agent:${VERSION}-windowsservercore-1809

LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols on Windows" Vendor="Jenkins Project" Version="$VERSION"
Expand Down
2 changes: 1 addition & 1 deletion make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Param(
[String] $Target = "build",
[String] $AdditionalArgs = '',
[String] $Build = '',
[String] $VersionTag = '4.3-2',
[String] $VersionTag = '4.3-8',
[switch] $PushVersions = $false
)

Expand Down

0 comments on commit 5fef74c

Please sign in to comment.