diff options
author | 2024-02-09 09:40:10 +0000 | |
---|---|---|
committer | 2024-02-09 09:40:10 +0000 | |
commit | 53377ac0e03ed81e0cd7d05544490822e40ab909 (patch) | |
tree | c21e918eecf6759128ff4217e2c39a08b0328672 | |
parent | Bump CI actions to latest (diff) |
Update README to reflect changes made since this repo was originally created
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,9 @@ This repo contains the Dockerfile and supplementary files for building a Postgre ## Details -This image is derived from official [postgres:14-alpine](https://hub.docker.com/_/postgres) docker image. [docker-entrypint.sh](docker-entrypoint.sh) is directly from [docker-library](https://github.com/docker-library/postgres/blob/master/14/alpine/docker-entrypoint.sh). +This image was originally derived from official [postgres:14-alpine](https://hub.docker.com/_/postgres) docker image with some modifications since. + +[docker-entrypoint.sh](docker-entrypoint.sh) is directly from [docker-library](https://github.com/docker-library/postgres/blob/master/14/alpine/docker-entrypoint.sh). A pre-built image is available from GHCR [here](https://github.com/ChrisLovering/psql_pg_cron/pkgs/container/psql_pg_cron). |