2.204.5-debian-10-r10 release
This commit is contained in:
parent
2696625a70
commit
dc41878b79
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb:buster
|
||||
FROM docker.io/bitnami/minideb:buster
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -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.25.2-0 --checksum 4469a734bd0562815a09fe34f011628deaccbc50ce65042af9ee389c082f349f
|
||||
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 install gosu-1.11.0-3 --checksum c18bb8bcc95aa2494793ed5a506c4d03acc82c8c60ad061d5702e0b4048f0cb1
|
||||
|
|
@ -24,7 +24,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-r9" \
|
||||
BITNAMI_IMAGE_VERSION="2.204.5-debian-10-r10" \
|
||||
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-r9`, `2`, `2.204.5`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.204.5-debian-10-r9/2/debian-10/Dockerfile)
|
||||
* [`2-debian-10`, `2.204.5-debian-10-r10`, `2`, `2.204.5`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.204.5-debian-10-r10/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