mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 14:58:20 +08:00
Replace the bundled common libraries with references to system packages (#93)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
## RUNNING
|
||||
## $ docker run ubuntu-for-bitnami-bitnami-docker-mariadb
|
||||
|
||||
FROM gcr.io/stacksmith-images/minideb:jessie-r2
|
||||
FROM gcr.io/stacksmith-images/minideb:jessie-r4
|
||||
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
@@ -16,11 +16,16 @@ ENV STACKSMITH_STACK_ID="nd6ziiq" \
|
||||
## STACKSMITH-END: Modifications below this line will be unchanged when regenerating
|
||||
|
||||
|
||||
ENV BITNAMI_IMAGE_VERSION=10.1.19-r2 \
|
||||
ENV BITNAMI_IMAGE_VERSION=10.1.19-r3 \
|
||||
BITNAMI_APP_NAME=mariadb \
|
||||
BITNAMI_APP_USER=mysql
|
||||
|
||||
RUN bitnami-pkg unpack mariadb-10.1.19-1 --checksum e64204db931c7f53b2d9e677d98d41300cbe378e6c1bf9fb43834608924de32e
|
||||
# System packages required
|
||||
RUN install_packages libc6 libaio1 zlib1g libjemalloc1 libssl1.0.0 libstdc++6 libgcc1 libncurses5 libtinfo5
|
||||
|
||||
# Install mariadb
|
||||
RUN bitnami-pkg unpack mariadb-10.1.19-2 --checksum c557e87fc43e1f729837d86ebc04499b335292b1e5a516880ced27814cc9eb49
|
||||
|
||||
ENV PATH=/opt/bitnami/$BITNAMI_APP_NAME/sbin:/opt/bitnami/$BITNAMI_APP_NAME/bin:$PATH
|
||||
|
||||
COPY rootfs/ /
|
||||
|
||||
Reference in New Issue
Block a user