parent
1262878def
commit
bfa9fe3418
|
|
@ -1,8 +1,9 @@
|
|||
FROM bitnami/minideb-extras:jessie-r13
|
||||
FROM bitnami/minideb-extras:jessie-r14
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="mariadb" \
|
||||
BITNAMI_IMAGE_VERSION="10.1.22-r2" \
|
||||
BITNAMI_IMAGE_VERSION="10.1.23-r0" \
|
||||
MARIADB_DATABASE="" \
|
||||
MARIADB_MASTER_HOST="" \
|
||||
MARIADB_MASTER_PORT="" \
|
||||
|
|
@ -17,8 +18,10 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
MARIADB_ROOT_USER="root" \
|
||||
MARIADB_USER="" \
|
||||
PATH="/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:$PATH"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libaio1 libc6 libgcc1 libjemalloc1 libncurses5 libssl1.0.0 libstdc++6 libtinfo5 zlib1g
|
||||
RUN bitnami-pkg unpack mariadb-10.1.22-1 --checksum 16deecb1d25a2227db52a4c56553610eb8fb393725f752c7df4661e562f23a9e
|
||||
RUN bitnami-pkg unpack mariadb-10.1.23-0 --checksum 3b25d44aa98792bf8e05a92fa82dacd3646c468de2de3f736451618994fece4d
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,5 @@ if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run.sh" ]]; then
|
|||
nami_initialize mariadb
|
||||
info "Starting mariadb... "
|
||||
fi
|
||||
|
||||
exec tini -- "$@"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
[](https://circleci.com/gh/bitnami/bitnami-docker-mariadb/tree/master)
|
||||
[](https://hub.docker.com/r/bitnami/mariadb/)
|
||||
[](http://slack.oss.bitnami.com)
|
||||
|
||||
# What is MariaDB?
|
||||
|
||||
|
|
@ -581,12 +580,6 @@ If you encountered a problem running this container, you can file an [issue](htt
|
|||
- Version of this container (`echo $BITNAMI_IMAGE_VERSION` inside the container)
|
||||
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
|
||||
|
||||
# Community
|
||||
|
||||
Most real time communication happens in the `#containers` channel at [bitnami-oss.slack.com](http://bitnami-oss.slack.com); you can sign up at [slack.oss.bitnami.com](http://slack.oss.bitnami.com).
|
||||
|
||||
Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.slackarchive.io).
|
||||
|
||||
# License
|
||||
|
||||
Copyright (c) 2015-2016 Bitnami
|
||||
|
|
|
|||
Loading…
Reference in New Issue