[ADD]PostgreSQL 12.0
This commit is contained in:
parent
1c47208abe
commit
31c0d9fbc1
5
postgres/Dockerfile.12
Normal file
5
postgres/Dockerfile.12
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM postgres:12
|
||||||
|
MAINTAINER Fabien Bourgeois <fabien@yaltik.com>
|
||||||
|
|
||||||
|
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
|
||||||
|
ENV LANG fr_FR.utf8
|
@ -25,3 +25,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.10
|
dockerfile: Dockerfile.10
|
||||||
image: registry.yaltik.net/postgres:yaltik10
|
image: registry.yaltik.net/postgres:yaltik10
|
||||||
|
postgres12:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.12
|
||||||
|
image: registry.yaltik.net/postgres:yaltik12
|
||||||
|
Loading…
Reference in New Issue
Block a user