aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-09 09:40:10 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-09 09:40:10 +0000
commit53377ac0e03ed81e0cd7d05544490822e40ab909 (patch)
treec21e918eecf6759128ff4217e2c39a08b0328672
parentBump CI actions to latest (diff)
Update README to reflect changes made since this repo was originally created
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index f913678..b6577e3 100644
--- a/README.md
+++ b/README.md
@@ -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).