2.222.1-debian-10-r0 release
This commit is contained in:
parent
c790a66ff4
commit
5ffe28756e
|
|
@ -14,7 +14,7 @@ RUN /build/install-nami.sh
|
|||
RUN bitnami-pkg install java-1.8.242-0 --checksum 3a70f3d1c3cd9bc6ec581b2a10373a2b323c0b9af40402ce8d19aeb0b3d02400
|
||||
RUN bitnami-pkg install git-2.26.0-0 --checksum a49e9389b493b336e2c012f3ccd4632a20296029b15b1dd948a879bc9ddc7b06
|
||||
RUN bitnami-pkg install tini-0.18.0-3 --checksum 1e9b72b6636c6a48397a18df2363b44461e87ad7f892c179a9115c7525ed9327
|
||||
RUN bitnami-pkg unpack jenkins-2.204.5-0 --checksum 81714d198abbd146b1ca088dc9a39e9b4d878ffaba7c0130a53f5dd479b721e5
|
||||
RUN bitnami-pkg unpack jenkins-2.222.1-0 --checksum a903fc343c68bda5f4bdc4164fdf9c89728c25382dfd7724fef46c6cc63bdba6
|
||||
RUN bitnami-pkg install gosu-1.11.0-3 --checksum c18bb8bcc95aa2494793ed5a506c4d03acc82c8c60ad061d5702e0b4048f0cb1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -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.204.5-debian-10-r18" \
|
||||
BITNAMI_IMAGE_VERSION="2.222.1-debian-10-r0" \
|
||||
DISABLE_JENKINS_INITIALIZATION="no" \
|
||||
JAVA_OPTS="" \
|
||||
JENKINS_HOME="/opt/bitnami/jenkins/jenkins_home" \
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
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/).
|
||||
|
||||
|
||||
* [`2-debian-10`, `2.204.5-debian-10-r18`, `2`, `2.204.5`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.204.5-debian-10-r18/2/debian-10/Dockerfile)
|
||||
* [`2-debian-10`, `2.222.1-debian-10-r0`, `2`, `2.222.1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.222.1-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jenkins GitHub repo](https://github.com/bitnami/bitnami-docker-jenkins).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue