Skip to content

Run a docker image of any version of postgres already configured with some extensions.

Notifications You must be signed in to change notification settings

brunobrn/fully-extension-docker-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image to test Postgres environments with some extensions

The objective is make the tests more easier in Postgres with this extensions already installed, we can use all the last minor version of majors versions.

Versions available to pull

Major Minor
14 4
14 2
13 6
12 10
11 15
10 20
9 6

Example of usage

The env inputs are the same of postgres official images, you can check the official documentation here.

docker run -e POSTGRES_PASSWORD=your_password fariasbrunobrn/postgres-fully-extension:<TAG>

or

docker run -e POSTGRES_DB=database_name -e POSTGRES_USER=user_app -e POSTGRES_PASSWORD=your_password fariasbrunobrn/postgres-fully-extension

About

Run a docker image of any version of postgres already configured with some extensions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published