2.346.2-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-07-14 01:37:47 +00:00
committed by Bitnami Containers
parent ce2c812268
commit 27f7390dd6
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-15
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-1-0" --checksum 036b876a7a2546e5639cb5557d152ec14a3492ca37132dc99e8bd2e3b8ce1ecd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.37.1-0" --checksum d28184ee6b82ef162f7480dc3c80efa6d0bdd4c57632363fbfb7326286373f27
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "jenkins" "2.346.1-1" --checksum 51dffd6bf6469def35e510f5f42948d0166ac06ed91207a8a3143585a4a516dd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "jenkins" "2.346.2-0" --checksum fa9f24bbe57d3ca03cc92f05b3789fcc1df3a5f5b520f3f6463478a8db474522
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -22,7 +22,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/jenkins/postunpack.sh
ENV APP_VERSION="2.346.1" \
ENV APP_VERSION="2.346.2" \
BITNAMI_APP_NAME="jenkins" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/git/bin:$PATH"

View File

@@ -22,10 +22,10 @@
},
"jenkins": {
"arch": "amd64",
"digest": "51dffd6bf6469def35e510f5f42948d0166ac06ed91207a8a3143585a4a516dd",
"digest": "fa9f24bbe57d3ca03cc92f05b3789fcc1df3a5f5b520f3f6463478a8db474522",
"distro": "debian-11",
"type": "NAMI",
"version": "2.346.1-1"
"version": "2.346.2-0"
},
"render-template": {
"arch": "amd64",

View File

@@ -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/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-11`, `2.346.1`, `2.346.1-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.346.1-debian-11-r1/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.346.2`, `2.346.2-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.346.2-debian-11-r0/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/jenkins GitHub repo](https://github.com/bitnami/bitnami-docker-jenkins).