mirror of
https://github.com/bitnami/containers.git
synced 2026-03-25 15:27:42 +08:00
[bitnami/redmine] Release 5.0.2-debian-11-r20 (#3413)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="5.0.2-debian-11-r19" \
|
||||
org.opencontainers.image.ref.name="5.0.2-debian-11-r20" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redmine" \
|
||||
org.opencontainers.image.title="redmine" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -15,14 +15,13 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl ghostscript gsfonts gzip imagemagick libaudit1 libbrotli1 libbsd0 libc6 libcap-ng0 libcom-err2 libcrypt1 libcurl4 libedit2 libffi7 libgcc-s1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmariadb3 libmd0 libncurses6 libnettle8 libnghttp2-14 libp11-kit0 libpam0g libpq5 libpsl5 libreadline-dev libreadline8 librtmp1 libsasl2-2 libssh2-1 libssl-dev libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 procps sqlite3 tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN install_packages acl ca-certificates curl ghostscript git gsfonts gzip imagemagick libaudit1 libbsd0 libc6 libcap-ng0 libcom-err2 libcrypt1 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmariadb3 libmd0 libncurses6 libnettle8 libp11-kit0 libpam0g libpq5 libreadline-dev libreadline8 libsasl2-2 libssl-dev libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 procps sqlite3 tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.27.2-1" --checksum 44d0058c0fffa1ccc89c081ed3e5c897489fa02580a839cfe1d37b2ca771f237
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "3.0.4-152" --checksum 31c2f63de32635f535f7ae9e382dc06e63b96532f26cf26121d63559628d317d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "11.17.0-0" --checksum 6fc185dfa4cac2f2338d9900835f74b94f023cf53c99edf0966ee0f66b43ed2b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.9-0" --checksum cebce7505cdf9a25aa92950d2d0b4f6678905c2c1aa4ade97d69b01b2848a266
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.37.2-0" --checksum e695c1e29ff39cd54da23d2d5c3703d7d767a1d17d42ca85b3581d6e2d171bca
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redmine" "5.0.2-2" --checksum eabc38934ffa9867b274d0b63d9b4b37f9877842a8b296c489e7b2163fca8958
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redmine" "5.0.2-3" --checksum ec89d1d6f73e06dd3c282a083c90cdd20d37a0d3e98c3fb587e0b6261765cb6e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -32,7 +31,7 @@ RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/redmine/postunpack.sh
|
||||
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"
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
{
|
||||
"git": {
|
||||
"arch": "amd64",
|
||||
"digest": "e695c1e29ff39cd54da23d2d5c3703d7d767a1d17d42ca85b3581d6e2d171bca",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.37.2-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449",
|
||||
@@ -29,10 +22,10 @@
|
||||
},
|
||||
"redmine": {
|
||||
"arch": "amd64",
|
||||
"digest": "eabc38934ffa9867b274d0b63d9b4b37f9877842a8b296c489e7b2163fca8958",
|
||||
"digest": "ec89d1d6f73e06dd3c282a083c90cdd20d37a0d3e98c3fb587e0b6261765cb6e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.2-2"
|
||||
"version": "5.0.2-3"
|
||||
},
|
||||
"ruby": {
|
||||
"arch": "amd64",
|
||||
|
||||
5
bitnami/redmine/5/debian-11/tags-info.yaml
Normal file
5
bitnami/redmine/5/debian-11/tags-info.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
rolling-tags:
|
||||
- "5"
|
||||
- "5-debian-11"
|
||||
- "5.0.2"
|
||||
- "latest"
|
||||
@@ -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.2`, `5.0.2-debian-11-r19`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/redmine/5/debian-11/Dockerfile)
|
||||
- [`5`, `5-debian-11`, `5.0.2`, `5.0.2-debian-11-r20`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/redmine/5/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user