mirror of
https://github.com/bitnami/containers.git
synced 2026-02-25 07:37:32 +08:00
2.319.3-debian-10-r17 release
This commit is contained in:
@@ -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-5" --checksum da12ba7cebb03c4eb983ba2248daf0ed5399be1bd8fa9d2d3931614ce6079ff6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "jenkins" "2.319.3-4" --checksum 3a6cbfd3c72b68863f0663cb43d23aca588e356a125c74d8374201ee5ab512ff
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "jenkins" "2.319.3-5" --checksum b97d8b3cb064ba28819b73ef73c073df5d530cfa6de6804b817b1d131ffa65ac
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -24,7 +24,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/jenkins/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="jenkins" \
|
||||
BITNAMI_IMAGE_VERSION="2.319.3-debian-10-r16" \
|
||||
BITNAMI_IMAGE_VERSION="2.319.3-debian-10-r17" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/git/bin:$PATH"
|
||||
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"jenkins": {
|
||||
"arch": "amd64",
|
||||
"digest": "3a6cbfd3c72b68863f0663cb43d23aca588e356a125c74d8374201ee5ab512ff",
|
||||
"digest": "b97d8b3cb064ba28819b73ef73c073df5d530cfa6de6804b817b1d131ffa65ac",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.319.3-4"
|
||||
"version": "2.319.3-5"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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.319.3`, `2.319.3-debian-10-r16`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.319.3-debian-10-r16/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.319.3`, `2.319.3-debian-10-r17`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jenkins/blob/2.319.3-debian-10-r17/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/jenkins GitHub repo](https://github.com/bitnami/bitnami-docker-jenkins).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user