https://github.com/jaredreisinger/postgres-12beta3-alpine-ap_pgutils
A variant of postgres:12-beta3-alpine, with the ap_pgutils extension included.
https://github.com/jaredreisinger/postgres-12beta3-alpine-ap_pgutils
Last synced: 5 months ago
JSON representation
A variant of postgres:12-beta3-alpine, with the ap_pgutils extension included.
- Host: GitHub
- URL: https://github.com/jaredreisinger/postgres-12beta3-alpine-ap_pgutils
- Owner: JaredReisinger
- Created: 2019-09-12T22:19:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T22:44:05.000Z (over 6 years ago)
- Last Synced: 2025-02-10T05:26:16.225Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgres-12beta3-alpine-ap_pgutils
A variant of [postgres:12-beta3-alpine](https://hub.docker.com/_/postgres), with the [ap_pgutils](https://github.com/Apsalar/ap_pgutils) extension included.
This uses [jaredreisinger/postgres-12beta3-alpine-dev](https://hub.docker.com/r/jaredreisinger/postgres-12beta3-alpine-dev) to build the extension, then copies it into a clean [postgres:12-beta3-alpine](https://hub.docker.com/_/postgres) image.
## Usage
Once you have PostgreSQL spun up, use `CREATE EXTENSION ap_pgutils;` to get access to the ap_pgutils functions.