New version release of MariaDB

This commit is contained in:
Ubuntu
2016-09-22 15:58:03 +00:00
parent 39c8d3927e
commit 1277a60bdb
2 changed files with 3 additions and 3 deletions

View File

@@ -16,11 +16,11 @@ ENV STACKSMITH_STACK_ID="3ziu7db" \
## STACKSMITH-END: Modifications below this line will be unchanged when regenerating
ENV BITNAMI_IMAGE_VERSION=10.1.14-r6 \
ENV BITNAMI_IMAGE_VERSION=10.1.17-r0 \
BITNAMI_APP_NAME=mariadb \
BITNAMI_APP_USER=mysql
RUN bitnami-pkg unpack mariadb-10.1.14-6 --checksum 47a855094b67fe251a5f3637b6b10f0e3b213efa09157c08de36569b7f2b5ffe
RUN bitnami-pkg unpack mariadb-10.1.17-0 --checksum b1579fbdf3aff7116ffe1703aa704fa5cb2eebd292c2516a80c9e237e3074af8
ENV PATH=/opt/bitnami/$BITNAMI_APP_NAME/sbin:/opt/bitnami/$BITNAMI_APP_NAME/bin:$PATH
COPY rootfs/ /

View File

@@ -286,7 +286,7 @@ The above command scales up the number of slaves to `3`. You can scale down in t
## Configuration file
The image looks for configuration in the `conf/` directory of `/bitnami/mariadb`, and also in the `extra/` directory of the same folder for extra configuration files.. If you want to overwrite the default my.cnf configuration files with one of your creation, you should mount a volume at `/bitnami/mariadb/extra` and add any `.cnf` file with directives you want to include in your `my.cnf` file.
The image looks for configuration in the `conf/` directory of `/bitnami/mariadb`. As as mentioned in [Persisting your database](#persisting-your-data) you can mount a volume at this location and copy your own configuration file in the `conf/` directory as my-custom.cnf. That file will be included in the main configuration file and will overwrite any configuration you want to modify.
### Step 1: Run the MariaDB image