2.222.1-debian-10-r16 release

This commit is contained in:
Bitnami Bot 2020-04-22 09:08:30 +00:00
parent dbd83b1a64
commit de293db106
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ RUN install_packages ca-certificates curl dirmngr fontconfig fonts-dejavu-extra
RUN /build/bitnami-user.sh
RUN /build/install-nami.sh
RUN bitnami-pkg install java-1.8.242-0 --checksum 3a70f3d1c3cd9bc6ec581b2a10373a2b323c0b9af40402ce8d19aeb0b3d02400
RUN bitnami-pkg install git-2.26.1-0 --checksum c566a9a812a041b3c8d2fb455b352c47f07e826709d7641ddf2f630e6986e9ff
RUN bitnami-pkg install git-2.26.2-0 --checksum 7d970d7f29ec3ab0ef4c9c699c686ab1b4d95f8371be90cbce07c26b9f4386e7
RUN bitnami-pkg install tini-0.19.0-0 --checksum 9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c
RUN bitnami-pkg unpack jenkins-2.222.1-3 --checksum bf337412c5ce10501bc5168dc5c5b609c58e00fde357a95532d6d19b389e9534
RUN bitnami-pkg install gosu-1.12.0-0 --checksum 582d501eeb6b338a24f417fededbf14295903d6be55c52d66c52e616c81bcd8c
@ -23,7 +23,7 @@ RUN mkdir -p /usr/share/jenkins/ref
COPY rootfs /
RUN ln -sf /install-plugins.sh /usr/local/bin/install-plugins.sh
ENV BITNAMI_APP_NAME="jenkins" \
BITNAMI_IMAGE_VERSION="2.222.1-debian-10-r15" \
BITNAMI_IMAGE_VERSION="2.222.1-debian-10-r16" \
DISABLE_JENKINS_INITIALIZATION="no" \
JAVA_OPTS="" \
JENKINS_HOME="/opt/bitnami/jenkins/jenkins_home" \

View File

@ -32,14 +32,14 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
# Why use a non-root container?
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/containers/how-to/work-with-non-root-containers/).
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/tutorials/work-with-non-root-containers/).
# Supported tags and respective `Dockerfile` links
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2-debian-10`, `2.222.1-debian-10-r15`, `2`, `2.222.1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.222.1-debian-10-r15/2/debian-10/Dockerfile)
* [`2-debian-10`, `2.222.1-debian-10-r16`, `2`, `2.222.1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.222.1-debian-10-r16/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/jenkins GitHub repo](https://github.com/bitnami/bitnami-docker-jenkins).