4.2.3-debian-10-r108 release
This commit is contained in:
parent
fce32e2e73
commit
d4df416cfd
|
|
@ -24,7 +24,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/redmine/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="redmine" \
|
||||
BITNAMI_IMAGE_VERSION="4.2.3-debian-10-r107" \
|
||||
BITNAMI_IMAGE_VERSION="4.2.3-debian-10-r108" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:/opt/bitnami/git/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -60,6 +60,6 @@ component_unpack() {
|
|||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2
|
||||
rm "${base_name}.tar.gz"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) 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/).
|
||||
|
||||
|
||||
- [`4`, `4-debian-10`, `4.2.3`, `4.2.3-debian-10-r107`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redmine/blob/4.2.3-debian-10-r107/4/debian-10/Dockerfile)
|
||||
- [`4`, `4-debian-10`, `4.2.3`, `4.2.3-debian-10-r108`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redmine/blob/4.2.3-debian-10-r108/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/redmine GitHub repo](https://github.com/bitnami/bitnami-docker-redmine).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue