Sign inSign up

onjin/postgres

By onjin

•Updated almost 4 years ago

Image
0

600

onjin/postgres repository overview

Docker Stars Docker Pulls

Github: https://github.com/onjin/docker-postgresql-with-locale⁠

⁠PostgreSQL images with certain locale set

⁠Build

User variables to build certain locale versions:

  • SET_POSTGRES_VERSION - original postgresql:XXX image to use; f.e. 15
  • SET_LOCALE - database locale to use instead of en_US; f.e. pl_PL
  • SET_ENCODING - database encoding to use instead of UTF-8; f.e. UTF-8
  • SET_LANG - environment LANG to use instead of en_US.utf8; f.e. pl_PL.utf8
$ SET_POSTGRES_VERSION=13 SET_LOCALE=pl_PL SET_ENCODING=UTF-8 SET_LANG=pl_PL.utf8 ./hooks/build 

Tag summary

Content type

Image

Digest

sha256:8ca79a885…

Size

133.6 MB

Last updated

almost 4 years ago

docker pull onjin/postgres:15-pl_PL.UTF-8