Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch JDK11, Alpine and Windows Dockerfiles to Remoting 3.35 #84

Merged
merged 1 commit into from
Sep 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM openjdk:8-jdk-alpine
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>

ARG VERSION=3.29
ARG VERSION=3.35
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM openjdk:11-jdk
MAINTAINER Oleg Nenashev <o.v.nenashev@gmail.com>

ARG VERSION=3.29
ARG VERSION=3.35
ARG user=jenkins
ARG group=jenkins
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MAINTAINER Alex Earl <slide.o.mix@gmail.com>

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG VERSION=3.29
ARG VERSION=3.35
LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}"

ARG user=jenkins
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MAINTAINER Alex Earl <slide.o.mix@gmail.com>

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG VERSION=3.29
ARG VERSION=3.35
LABEL Description="This is a base image, which provides the Jenkins agent executable (agent.jar)" Vendor="Jenkins project" Version="${VERSION}"

ARG user=jenkins
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows-nanoserver
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl

ARG JAVA_HOME

ARG VERSION=3.29
ARG VERSION=3.35
ARG user=jenkins

ARG AGENT_FILENAME=agent.jar
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-windows-nanoserver-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl

ARG JAVA_HOME

ARG VERSION=3.29
ARG VERSION=3.35
ARG user=jenkins

ARG AGENT_FILENAME=agent.jar
Expand Down