diff --git a/Dockerfile.rockylinux10 b/Dockerfile.rockylinux10 new file mode 100644 index 0000000..947c086 --- /dev/null +++ b/Dockerfile.rockylinux10 @@ -0,0 +1,8 @@ +FROM dalibo/buildpack-python:rockylinux10 + +RUN set -ex; \ + yum -qy install \ + postgresql18-server postgresql18-contrib \ + ; \ + yum clean all ; \ + : diff --git a/Makefile b/Makefile index afdd938..fc6ce37 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: alpine rockylinux8 centos7 centos6 bookworm bullseye buster stretch .PHONY: centos6 -alpine centos7 centos6 bookworm bullseye buster rockylinux9 rockylinux8 stretch: +alpine centos7 centos6 bookworm bullseye buster rockylinux10 rockylinux9 rockylinux8 stretch: docker build \ --build-arg http_proxy \ --tag dalibo/buildpack-postgres:$@ \ diff --git a/README.md b/README.md index cbb6a07..2a72cc1 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ This image is based on ## Tags -- `rockylinux9` with PostgreSQL 16, 15, and 14. +- `rockylinux10` with PostgreSQL 18. +- `rockylinux9` with PostgreSQL 17, 16 and 15. - `rockylinux8` with PostgreSQL 14, 13 and 12. -- `centos7` with PostgreSQL 13, 12, 11 and 9.6. +- `centos7` with PostgreSQL 13, 11 and 9.6. - `centos6` with PostgreSQL 12, 11, 10 and 9.5. - `bookworm` with PostgreSQL 16, 15, 14 and 13. - `bullseye` with PostgreSQL 14, 13 and 12.