diff --git a/postgres/Dockerfile.10 b/postgres/Dockerfile.10 new file mode 100644 index 0000000..d0a29bf --- /dev/null +++ b/postgres/Dockerfile.10 @@ -0,0 +1,5 @@ +FROM postgres:10 +MAINTAINER Fabien Bourgeois + +RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8 +ENV LANG fr_FR.utf8 diff --git a/postgres/base.yml b/postgres/base.yml index cc41a7c..26a5e3d 100644 --- a/postgres/base.yml +++ b/postgres/base.yml @@ -20,3 +20,8 @@ services: context: . dockerfile: Dockerfile.96 image: registry.yaltik.net/postgres:yaltik96 + postgres10: + build: + context: . + dockerfile: Dockerfile.10 + image: registry.yaltik.net/postgres:yaltik10