[ADD]PostgreSQL v14
This commit is contained in:
parent
584def7070
commit
da6c88b889
5
postgres/Dockerfile.14
Normal file
5
postgres/Dockerfile.14
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM postgres:14
|
||||||
|
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
|
@ -30,3 +30,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.12
|
dockerfile: Dockerfile.12
|
||||||
image: registry.yaltik.net/postgres:yaltik12
|
image: registry.yaltik.net/postgres:yaltik12
|
||||||
|
postgres14:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.14
|
||||||
|
image: registry.yaltik.net/postgres:yaltik14
|
||||||
|
Loading…
x
Reference in New Issue
Block a user