https://github.com/jaredreisinger/postgres-12beta3-alpine-hashids
A variant of postgres:12-beta3-alpine, with the pg_hashids extension included.
https://github.com/jaredreisinger/postgres-12beta3-alpine-hashids
Last synced: 4 months ago
JSON representation
A variant of postgres:12-beta3-alpine, with the pg_hashids extension included.
- Host: GitHub
- URL: https://github.com/jaredreisinger/postgres-12beta3-alpine-hashids
- Owner: JaredReisinger
- Created: 2019-09-04T17:00:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T08:11:37.000Z (almost 7 years ago)
- Last Synced: 2025-07-07T16:36:49.626Z (11 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgres-12beta3-alpine-hashids
A variant of [postgres:12-beta3-alpine](https://hub.docker.com/_/postgres), with the pg_hashids 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 pg_hashids;` to get access to the hashids functions.