2.107.3-r22 release

This commit is contained in:
Bitnami Bot
2018-06-07 03:22:17 +00:00
parent 3862c6c71e
commit 8810f60165
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r68
FROM bitnami/minideb-extras:jessie-r69
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -10,7 +10,7 @@ RUN bitnami-pkg unpack jenkins-2.107.3-3 --checksum 888e4f600b92e89b4f4c65155bd6
COPY rootfs /
ENV BITNAMI_APP_NAME="jenkins" \
BITNAMI_IMAGE_VERSION="2.107.3-r21" \
BITNAMI_IMAGE_VERSION="2.107.3-r22" \
JENKINS_PASSWORD="bitnami" \
JENKINS_USERNAME="user" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/git/bin:$PATH" \

View File

@@ -25,7 +25,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`2`, `2.107.3-r21`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.107.3-r21/2/Dockerfile)
* [`2`, `2.107.3-r22`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.107.3-r22/2/Dockerfile)
* [`2-ol-7`, `2.107.3-ol-7-r0` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.107.3-ol-7-r0/2/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/jenkins GitHub repo](https://github.com/bitnami/bitnami-docker-jenkins).