2.121.1-r2 release

This commit is contained in:
Bitnami Bot
2018-06-10 03:19:11 +00:00
parent 4c265aca2e
commit 1983ebee40
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r71
FROM bitnami/minideb-extras:jessie-r72
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -10,7 +10,7 @@ RUN bitnami-pkg unpack jenkins-2.121.1-0 --checksum f753758501d3bbebb80c9e1e38af
COPY rootfs /
ENV BITNAMI_APP_NAME="jenkins" \
BITNAMI_IMAGE_VERSION="2.121.1-r1" \
BITNAMI_IMAGE_VERSION="2.121.1-r2" \
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.121.1-r1`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.121.1-r1/2/Dockerfile)
* [`2`, `2.121.1-r2`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.121.1-r2/2/Dockerfile)
* [`2-ol-7`, `2.121.1-ol-7-r0` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.121.1-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).