[ADD]PostgreSQL 9.4 to local repo
This commit is contained in:
parent
a17833564f
commit
1ac083b6f5
5
postgres/Dockerfile.94
Normal file
5
postgres/Dockerfile.94
Normal 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
|
@ -1,5 +1,10 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgres94:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.94
|
||||
image: registry.yaltik.net/postgres:yaltik94
|
||||
postgres95:
|
||||
build:
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user