3.42.4-debian-10-r14 release
This commit is contained in:
parent
3fcc96f18d
commit
f59bf3cde2
|
|
@ -20,7 +20,7 @@ RUN bitnami-pkg unpack ghost-3.42.4-1 --checksum 68fe35a43500513274f75bbbce00521
|
|||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="ghost" \
|
||||
BITNAMI_IMAGE_VERSION="3.42.4-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="3.42.4-debian-10-r14" \
|
||||
BLOG_TITLE="User's Blog" \
|
||||
GHOST_DATABASE_NAME="bitnami_ghost" \
|
||||
GHOST_DATABASE_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: 'docker.io/bitnami/mariadb:10.3-debian-10'
|
||||
image: docker.io/bitnami/mariadb:10.3
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_USER=bn_ghost
|
||||
|
|
@ -9,7 +9,7 @@ services:
|
|||
volumes:
|
||||
- 'mariadb_data:/bitnami'
|
||||
ghost:
|
||||
image: 'docker.io/bitnami/ghost:3-debian-10'
|
||||
image: docker.io/bitnami/ghost:3
|
||||
environment:
|
||||
- MARIADB_HOST=mariadb
|
||||
- MARIADB_PORT_NUMBER=3306
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
|
||||
. /opt/bitnami/base/functions
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ To run this application you need Docker Engine 1.10.0. Docker Compose is recomen
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`3`, `3-debian-10`, `3.42.4`, `3.42.4-debian-10-r13`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.4-debian-10-r13/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.42.4`, `3.42.4-debian-10-r14`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.4-debian-10-r14/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: 'docker.io/bitnami/mariadb:10.3-debian-10'
|
||||
image: docker.io/bitnami/mariadb:10.3
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_USER=bn_ghost
|
||||
|
|
@ -9,7 +9,7 @@ services:
|
|||
volumes:
|
||||
- 'mariadb_data:/bitnami'
|
||||
ghost:
|
||||
image: 'docker.io/bitnami/ghost:3-debian-10'
|
||||
image: docker.io/bitnami/ghost:3
|
||||
environment:
|
||||
- MARIADB_HOST=mariadb
|
||||
- MARIADB_PORT_NUMBER=3306
|
||||
|
|
|
|||
Loading…
Reference in New Issue