Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

All you need to build container images to build and test tds_fdw inside them using Continous Integration.

Supported distributions and PostgreSQL versions

Current distributions available:

  • openSUSE Leap 16.0
  • Rocky Linux 9
  • Ubuntu 24.04

Current PostgreSQL versions available:

  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19-testing

Building images

Run:

./manage_images -h

Running the images

Tu run, for example PostgreSQL 18 under Rocky Linux 9:

docker run -t --name test -e "DB_NAME=mydbname" -e "DB_PASS=mydbpassword" tdsfdw/rockylinux9-postgresql:18

Use -e "DB_NAME=mydbname" if you want to create a database when the container is created

Use -e "DB_PASS=mydbpassword if you want a specific password for the superuser postgresql, otherwise a random password will be created.

By default the container will expose port TCP 5432, and you will be able to access with the user postgresql

About

Scripts and Dockerfiles to create PostgreSQL Docker images to test tds_fdw

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages