- Don't run
make installcheck
when in CI environment
:latest
now builds PostgreSQL 13 and from pgTap master.
- Add Github Actions to build and push to Docker Hub and Github Container Registry
- Published builds for multiple versions of PostgreSQL and pgTap
- Remove PostgreSQL image ENV variables from Dockerfile and Makefile build
- Fix build error caused by missing
patch
in newer versions of alpine base image. - Update PostgreSQL to 13.
- Update to PostgreSQL 12 and pgTap v1.1.0
- The Dockerfile now accepts password and user ENV variables. These default to postgres, both in the Makefile and the Dockerfile.
- Added
make try
now runs with--rm
- CONTAINER_NAME no longer defaults to <PG_VERSION>-<PGTAP_VERSION>, but if ommitted will let docker supply a random identifier.
- First functional release. Defaults to pgTap v1.0.0 and PostgreSQL 11.