This builds on the official PostgreSQL docker image to add the following plugins:
git checkout 14).Dockerfile with the specific point release of Postgres
(example: 14.3).Dockerfile and repeat previous step as necessary until success.git tag 14.3).git push; git push --tags).export tag=<version-tag>
export base_image=dimagi/docker-postgresql
export image=$base_image:$tag
# list existing image
docker images "$base_image"
# optional: forcibly remove old container and image
docker rm -fv "$image"
docker rmi "$image"
# build new image
docker build -t "$image" .
Content type
Image
Digest
sha256:d10db1739…
Size
442.8 MB
Last updated
6 months ago
docker pull dimagi/docker-postgresql