4.0.0-ol-7-r1 release
This commit is contained in:
parent
e5aa591d0f
commit
d0a7b70a0d
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r202
|
||||
FROM bitnami/oraclelinux-extras:7-r203
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -6,12 +6,12 @@ RUN install_packages ImageMagick bzip2-libs cyrus-sasl-lib expat fontconfig free
|
|||
RUN bitnami-pkg install ruby-2.4.5-20 --checksum f26eeb2bba7058b2327d6587e02911b4f906dbef8275f826e065f39e33bf668b
|
||||
RUN bitnami-pkg install postgresql-client-9.6.11-20 --checksum 3167116810a3835a51f6110952d11d3951c940ee1bfc515d37f9f04816ba71fb
|
||||
RUN bitnami-pkg install mysql-client-10.1.37-20 --checksum 916d5a9a191d3a704d9c586a83d8a79348d298e21dff4754feb47a01bf2e5f26
|
||||
RUN bitnami-pkg install git-2.19.2-0 --checksum 0d98ba10081908724152c819b0b7ddec46329319fca45182e4a2a50d0c2e49b9
|
||||
RUN bitnami-pkg install git-2.20.1-20 --checksum 160b41e17f0414c1206e97cc1eef3720596c0229922b68d4ded4a69bfc08cc51
|
||||
RUN bitnami-pkg unpack redmine-4.0.0-0 --checksum c5775bfd57c431121409e7acd665a9564ac25c3abe9ffde10bf394e33a7f7315
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="redmine" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.0-ol-7-r0" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.0-ol-7-r1" \
|
||||
PATH="/opt/bitnami/ruby/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:/opt/bitnami/git/bin:$PATH" \
|
||||
REDMINE_DB_MYSQL="mariadb" \
|
||||
REDMINE_DB_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
[](https://circleci.com/gh/bitnami/bitnami-docker-redmine/tree/master)
|
||||
|
||||
# What is Redmine?
|
||||
|
||||
> Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.
|
||||
|
|
@ -20,7 +18,6 @@ $ docker-compose up -d
|
|||
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
|
||||
* With Bitnami images the latest bug fixes and features are available as soon as possible.
|
||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
|
||||
|
|
@ -41,7 +38,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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`4-ol-7`, `4.0.0-ol-7-r0` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redmine/blob/4.0.0-ol-7-r0/4/ol-7/Dockerfile)
|
||||
* [`4-ol-7`, `4.0.0-ol-7-r1` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redmine/blob/4.0.0-ol-7-r1/4/ol-7/Dockerfile)
|
||||
* [`4-debian-9`, `4.0.0-debian-9-r0`, `4`, `4.0.0`, `4.0.0-r0`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-redmine/blob/4.0.0-debian-9-r0/4/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/redmine GitHub repo](https://github.com/bitnami/bitnami-docker-redmine).
|
||||
|
|
|
|||
Loading…
Reference in New Issue