mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 14:58:20 +08:00
stacksmith: Add Dockerfile (#44)
* stacksmith: Add Dockerfile * Setup MariaDB installation in Stacksmith Dockerfile
This commit is contained in:
committed by
Adnan Abdulhussein
parent
fe93019fb3
commit
3154e9e060
@@ -1,6 +1,23 @@
|
||||
## BUILDING
|
||||
## (from project root directory)
|
||||
## $ docker build -t bitnami-bitnami-docker-mariadb .
|
||||
##
|
||||
## RUNNING
|
||||
## $ docker run bitnami-bitnami-docker-mariadb
|
||||
|
||||
FROM gcr.io/stacksmith-images/ubuntu:14.04-r07
|
||||
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
LABEL com.bitnami.stacksmith.id="etellmc" \
|
||||
com.bitnami.stacksmith.name="bitnami/bitnami-docker-mariadb"
|
||||
|
||||
ENV STACKSMITH_STACK_ID="etellmc" \
|
||||
STACKSMITH_STACK_NAME="bitnami/bitnami-docker-mariadb" \
|
||||
STACKSMITH_STACK_PRIVATE="1"
|
||||
|
||||
## STACKSMITH-END: Modifications below this line will be unchanged when regenerating
|
||||
|
||||
ENV BITNAMI_IMAGE_VERSION=10.1.13-r0 \
|
||||
BITNAMI_APP_NAME=mariadb \
|
||||
BITNAMI_APP_USER=mysql
|
||||
|
||||
Reference in New Issue
Block a user