[ADD]PostgresQL 10.x
This commit is contained in:
parent
405b2148dc
commit
f068ef121a
5
postgres/Dockerfile.10
Normal file
5
postgres/Dockerfile.10
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM postgres:10
|
||||||
|
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
|
@ -20,3 +20,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.96
|
dockerfile: Dockerfile.96
|
||||||
image: registry.yaltik.net/postgres:yaltik96
|
image: registry.yaltik.net/postgres:yaltik96
|
||||||
|
postgres10:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.10
|
||||||
|
image: registry.yaltik.net/postgres:yaltik10
|
||||||
|
Loading…
Reference in New Issue
Block a user