1 2 3 4 5 6
FROM registry.redhat.io/rhel9/postgresql-16 ENV POSTGRESQL_USER=postgres \ POSTGRESQL_PASSWORD=postgres CMD ["/usr/bin/run-postgresql"]