[ADD]PostgreSQL 9.4 to local repo

This commit is contained in:
Fabien Bourgeois 2017-03-03 16:46:55 +01:00
parent a17833564f
commit 1ac083b6f5
2 changed files with 10 additions and 0 deletions

5
postgres/Dockerfile.94 Normal file
View File

@ -0,0 +1,5 @@
FROM postgres:9.4
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

View File

@ -1,5 +1,10 @@
version: '2'
services:
postgres94:
build:
context: .
dockerfile: Dockerfile.94
image: registry.yaltik.net/postgres:yaltik94
postgres95:
build:
context: .