2.332.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-04-06 16:46:14 +00:00
parent 3333e01b90
commit a732fef6d0
3 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template"
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-7" --checksum 900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.35.1-6" --checksum 75c0294b7af868721549926139e6ddbec9548fbd0e69c7e199d640a4531d858b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "jenkins" "2.332.1-0" --checksum ff8c5a701f45c97c536bfd55e905000145b776676a443b99841b0ce9a51dafc2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "jenkins" "2.332.2-0" --checksum 410401ac5e9594fe22684f8f1d4b9605e52c381cb5438303a01d4f493ebca3e9
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -23,9 +23,8 @@ 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.332.1" \
ENV APP_VERSION="2.332.2" \
BITNAMI_APP_NAME="jenkins" \
BITNAMI_IMAGE_VERSION="2.332.1-debian-10-r24" \
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": "ff8c5a701f45c97c536bfd55e905000145b776676a443b99841b0ce9a51dafc2",
"digest": "410401ac5e9594fe22684f8f1d4b9605e52c381cb5438303a01d4f493ebca3e9",
"distro": "debian-10",
"type": "NAMI",
"version": "2.332.1-0"
"version": "2.332.2-0"
},
"render-template": {
"arch": "amd64",

View File

@@ -43,7 +43,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-10`, `2.332.1`, `2.332.1-debian-10-r24`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.332.1-debian-10-r24/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.332.2`, `2.332.2-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.332.2-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).