PostgreSQL 9.5 -> 9.6
This commit is contained in:
parent
995ad5e0d2
commit
e056faf982
2 changed files with 4 additions and 4 deletions
|
|
@ -10,14 +10,14 @@ FROM registry.fedoraproject.org/fedora:26
|
|||
# * $POSTGRESQL_ADMIN_PASSWORD (Optional) - Password for the 'postgres'
|
||||
# PostgreSQL administrative account
|
||||
|
||||
ENV POSTGRESQL_VERSION=9.5 \
|
||||
ENV POSTGRESQL_VERSION=9.6 \
|
||||
HOME=/var/lib/pgsql \
|
||||
PGUSER=postgres
|
||||
|
||||
LABEL io.k8s.description="PostgreSQL is an advanced Object-Relational database management system" \
|
||||
io.k8s.display-name="PostgreSQL 9.5" \
|
||||
io.k8s.display-name="PostgreSQL 9.6" \
|
||||
io.openshift.expose-services="5432:postgresql" \
|
||||
io.openshift.tags="database,postgresql,postgresql95" \
|
||||
io.openshift.tags="database,postgresql,postgresql96" \
|
||||
com.redhat.component="postgresql" \
|
||||
maintainer="Pavel Raiskup <praiskup@redhat.com>" \
|
||||
name="$FCG/postgresql" \
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ function generate_passwd_file() {
|
|||
function initialize_database() {
|
||||
# Initialize the database cluster with utf8 support enabled by default.
|
||||
# This might affect performance, see:
|
||||
# http://www.postgresql.org/docs/9.5/static/locale.html
|
||||
# http://www.postgresql.org/docs/9.6/static/locale.html
|
||||
LANG=${LANG:-en_US.utf8} initdb
|
||||
|
||||
# PostgreSQL configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue