mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
* Fix #8208: OpenMetadata server supports Postgres 15 * fix: PSQL 15 Initial scripts to make database owners for permissions * Update to generic base image tag * fix: type for airflow username --------- Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
4 lines
No EOL
142 B
Text
4 lines
No EOL
142 B
Text
FROM postgres:15
|
|
WORKDIR /docker-entrypoint-initdb.d
|
|
COPY docker/postgresql/postgres-script.sql .
|
|
RUN chmod -R 775 /docker-entrypoint-initdb.d |