5.0.2-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-21 08:56:49 +00:00
committed by Bitnami Containers
parent 57e24e81ee
commit bedda84cc5
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "3.0.4-150
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "11.16.0-150" --checksum 1204401fc614c448f61983e4bc1136b9ba0475c77b2f3ff497ffea59c2879a01
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.36.1-150" --checksum c15ff3fff7478e74922d560c5c4ffcb8d11bff92975f81591b62742902edd731
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redmine" "5.0.1-150" --checksum ec0b293eeeafab7af1af8a3eb6736024b91060f8898a942acec4d71b9168c4af
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redmine" "5.0.2-0" --checksum 1c19c583e18ee7c17bea13506080200a2440c5a734e2a68f468da4406851b9ad
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,7 +23,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
RUN /opt/bitnami/scripts/redmine/postunpack.sh
ENV APP_VERSION="5.0.1" \
ENV APP_VERSION="5.0.2" \
BITNAMI_APP_NAME="redmine" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:/opt/bitnami/git/bin:$PATH"

View File

@@ -29,10 +29,10 @@
},
"redmine": {
"arch": "amd64",
"digest": "ec0b293eeeafab7af1af8a3eb6736024b91060f8898a942acec4d71b9168c4af",
"digest": "1c19c583e18ee7c17bea13506080200a2440c5a734e2a68f468da4406851b9ad",
"distro": "debian-11",
"type": "NAMI",
"version": "5.0.1-150"
"version": "5.0.2-0"
},
"ruby": {
"arch": "amd64",

View File

@@ -37,7 +37,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy
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/).
- [`5`, `5-debian-11`, `5.0.1`, `5.0.1-debian-11-r7`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redmine/blob/5.0.1-debian-11-r7/5/debian-11/Dockerfile)
- [`5`, `5-debian-11`, `5.0.2`, `5.0.2-debian-11-r0`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redmine/blob/5.0.2-debian-11-r0/5/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/redmine GitHub repo](https://github.com/bitnami/bitnami-docker-redmine).