Update to f33
This commit is contained in:
parent
7142c18265
commit
021eb6ae2c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM registry.fedoraproject.org/f32/s2i-core:latest
|
||||
FROM registry.fedoraproject.org/f33/s2i-core:latest
|
||||
|
||||
# PostgreSQL image for OpenShift.
|
||||
# Volumes:
|
||||
|
|
@ -15,7 +15,7 @@ ENV NAME=postgresql \
|
|||
ARCH=x86_64 \
|
||||
\
|
||||
POSTGRESQL_VERSION=12 \
|
||||
POSTGRESQL_PREV_VERSION=10 \
|
||||
POSTGRESQL_PREV_VERSION=11 \
|
||||
HOME=/var/lib/pgsql \
|
||||
PGUSER=postgres \
|
||||
APP_DATA=/opt/app-root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue