mirror of
https://github.com/bitnami/containers.git
synced 2026-03-04 06:47:25 +08:00
Merge branch 'revision-9.5.3-r5'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM gcr.io/stacksmith-images/ubuntu:14.04-r9
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_IMAGE_VERSION=9.5.3-r4 \
|
||||
ENV BITNAMI_IMAGE_VERSION=9.5.3-r5 \
|
||||
BITNAMI_APP_NAME=postgresql \
|
||||
BITNAMI_APP_USER=postgres
|
||||
|
||||
|
||||
@@ -473,6 +473,13 @@ bats test.sh
|
||||
|
||||
# Notable Changes
|
||||
|
||||
## 9.5.3-r5
|
||||
|
||||
- The `POSTGRES_` prefix on environment variables is now replaced by `POSTGRESQL_`
|
||||
- `POSTGRES_USER` parameter has been renamed to `POSTGRESQL_USERNAME`.
|
||||
- `POSTGRES_DB` parameter has been renamed to `POSTGRESQL_DATABASE`.
|
||||
- `POSTGRES_MODE` parameter has been renamed to `POSTGRESQL_REPLICATION_MODE`.
|
||||
|
||||
## 9.5.3-r0
|
||||
|
||||
- All volumes have been merged at `/bitnami/postgresql`. Now you only need to mount a single volume at `/bitnami/postgresql` for persistence.
|
||||
|
||||
Reference in New Issue
Block a user