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
This commit is contained in:
Bitnami Bot
2017-02-20 10:13:01 +00:00
parent e779f5ac3a
commit ee9947a4dc

View File

@@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/minideb:jessie-r9
MAINTAINER Bitnami <containers@bitnami.com>
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 /