0.11.9-r1 release

Update image to version 0.11.9-r1
This commit is contained in:
Bitnami Bot 2017-05-25 11:11:19 +00:00
parent fdd1ec374e
commit 0ec2bd54ef
4 changed files with 9 additions and 7 deletions

View File

@ -10,12 +10,12 @@ RUN bitnami-pkg unpack ghost-0.11.9-0 --checksum 83c6dcb7091ed110ecb1aec2bfda0cc
COPY rootfs /
ENV BITNAMI_APP_NAME="ghost" \
BITNAMI_IMAGE_VERSION="0.11.9-r0" \
BITNAMI_IMAGE_VERSION="0.11.9-r1" \
BLOG_TITLE="User's Blog" \
GHOST_EMAIL="user@example.com" \
GHOST_HOST="" \
GHOST_PASSWORD="bitnami1" \
GHOST_PORT="80" \
GHOST_PORT_NUMBER="80" \
GHOST_USERNAME="user" \
MARIADB_HOST="mariadb" \
MARIADB_PASSWORD="" \
@ -28,6 +28,8 @@ ENV BITNAMI_APP_NAME="ghost" \
SMTP_SERVICE="" \
SMTP_USER=""
VOLUME ["/bitnami/ghost"]
EXPOSE 2368

View File

@ -7,7 +7,7 @@
"email": "{{$global.env.GHOST_EMAIL}}",
"host": "{{$global.env.GHOST_HOST}}",
"password": "{{$global.env.GHOST_PASSWORD}}",
"port": "{{$global.env.GHOST_PORT}}",
"port": "{{$global.env.GHOST_PORT_NUMBER}}",
"smtpHost": "{{$global.env.SMTP_HOST}}",
"smtpPassword": "{{$global.env.SMTP_PASSWORD}}",
"smtpPort": "{{$global.env.SMTP_PORT}}",

View File

@ -19,7 +19,7 @@ $ docker-compose up
## Kubernetes
> **WARNING**: This is a beta configuration, currently unsupported.
> **WARNING:** This is a beta configuration, currently unsupported.
Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so:
@ -211,7 +211,7 @@ ghost:
Available variables:
- `GHOST_HOST`: Hostname for Ghost.
- `GHOST_PORT`: Ghost application port. Default: **80**
- `GHOST_PORT_NUMBER`: Ghost application port. Default: **80**
- `GHOST_USERNAME`: Ghost application username. Default: **user**
- `GHOST_PASSWORD`: Ghost application password. Default: **bitnami1**
- `GHOST_EMAIL`: Ghost application email. Default: **user@example.com**
@ -220,7 +220,7 @@ Available variables:
- `MARIADB_PASSWORD`: Root password for the MariaDB database.
- `MARIADB_HOST`: Hostname for MariaDB server. Default: **mariadb**
- `MARIADB_PORT`: Port used by MariaDB server. Default: **3306**
### SMTP Configuration
To configure Ghost to send email using SMTP you can set the following environment variables:

View File

@ -5,7 +5,7 @@ machine:
RELEASE_SERIES_LIST: 0
LATEST_STABLE: 0
IMAGE_NAME: ghost
CHART_NAME: ghost
CHART_NAME:
CHART_REPO: https://github.com/kubernetes/charts
DOCKER_PROJECT: bitnami
QUAY_PROJECT: bitnami