From ee9947a4dc22a70d2361041c9ae6a24f3ddf369c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 20 Feb 2017 10:13:01 +0000 Subject: [PATCH] 2.47-r0 release Jenkins 2.47 contains several changes. Notable changes from 2.46 include: - Update Groovy to 2.4.8 to address memory leak issue - Windows service restart did not retain build queue - Exceptions during Jenkins cleanup step should not block restart - Upgrade remoting to version 3.5 - Remoting 3.5: Remoting clients now accept lowercase (HTTP 2) headers sent by reverse proxies - Remoting 3.5: Add option to specify the remoting protocol to use on the client - Remoting 3.5: Stability improvements - Developer: Snapshot builds of plugins that had dependencies on other snapshot builds were not having their version numbers compared correctly --- bitnami/jenkins/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/jenkins/Dockerfile b/bitnami/jenkins/Dockerfile index 028d0d6f0cd8..047a6d1876f6 100644 --- a/bitnami/jenkins/Dockerfile +++ b/bitnami/jenkins/Dockerfile @@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/minideb:jessie-r9 MAINTAINER Bitnami ENV BITNAMI_APP_NAME=jenkins \ - BITNAMI_IMAGE_VERSION=2.46-r0 \ + BITNAMI_IMAGE_VERSION=2.47-r0 \ PATH=/opt/bitnami/tomcat/bin:/opt/bitnami/git/bin:/opt/bitnami/java/bin:$PATH # Additional modules required @@ -12,7 +12,7 @@ RUN bitnami-pkg install tomcat-8.0.41-0 --checksum 47b6afb2f4f32ea573264f7b9947d RUN bitnami-pkg install git-2.10.1-1 --checksum 454e9eb6fb781c8d492f9937439dcdfc1a931959d948d4c70e79716d2ea51a2b # Install jenkins -RUN bitnami-pkg unpack jenkins-2.46-0 --checksum 070650502ad0f0efa0628337f6d44e13663d8c5926583e0c45986426aad0842a +RUN bitnami-pkg unpack jenkins-2.47-0 --checksum 748cff731837dc1adabbf5f37b0b1f0c22d3c67325889fff52dce39bd47f2e46 COPY rootfs /