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 #184 from oleg-nenashev/update/4.3-6
Browse files Browse the repository at this point in the history
Update the base image to 4.3-6 + Windows images: Fix password expiration issue in the base images
  • Loading branch information
slide committed Jul 17, 2020
2 parents 98527ae + c1269df commit 259a195
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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-4-jdk11
ARG version=4.3-6-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-4
ARG VERSION=4.3-6
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-4
ARG VERSION=4.3-6
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-4-alpine
ARG version=4.3-6-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-4
ARG version=4.3-6
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-4
ARG VERSION=4.3-6
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-4
ARG VERSION=4.3-6
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

0 comments on commit 259a195

Please sign in to comment.