mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 07:39:06 +08:00
10.5.0-debian-9-r13 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:stretch-r123
|
||||
FROM bitnami/minideb-extras:stretch-r125
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
@@ -11,7 +11,7 @@ RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.5.0-debian-9-r12" \
|
||||
BITNAMI_IMAGE_VERSION="10.5.0-debian-9-r13" \
|
||||
PATH="/opt/bitnami/postgresql/bin:$PATH" \
|
||||
POSTGRESQL_DATABASE="" \
|
||||
POSTGRESQL_MASTER_HOST="" \
|
||||
|
||||
@@ -37,9 +37,9 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`10-ol-7`, `10.5.0-ol-7-r7` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.5.0-ol-7-r7/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.5.0-debian-9-r12`, `10`, `10.5.0`, `10.5.0-r12`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.5.0-debian-9-r12/10/Dockerfile)
|
||||
* [`10-debian-9`, `10.5.0-debian-9-r13`, `10`, `10.5.0`, `10.5.0-r13`, `latest` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.5.0-debian-9-r13/10/debian-9/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.10-ol-7-r12` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.10-ol-7-r12/9.6/ol-7/Dockerfile)
|
||||
* [`9.6-debian-9`, `9.6.10-debian-9-r10`, `9.6`, `9.6.10`, `9.6.10-r10` (9.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.10-debian-9-r10/9.6/Dockerfile)
|
||||
* [`9.6-debian-9`, `9.6.10-debian-9-r10`, `9.6`, `9.6.10`, `9.6.10-r10` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.10-debian-9-r10/9.6/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).
|
||||
|
||||
@@ -337,7 +337,7 @@ services:
|
||||
Scale the number of slaves using:
|
||||
|
||||
```bash
|
||||
$ docker-compose scale postgresql-master=1 postgresql-slave=3
|
||||
$ docker-compose up --detach --scale postgresql-master=1 --scale postgresql-slave=3
|
||||
```
|
||||
|
||||
The above command scales up the number of slaves to `3`. You can scale down in the same way.
|
||||
|
||||
Reference in New Issue
Block a user