mirror of
https://github.com/goharbor/harbor
synced 2025-04-06 15:51:29 +00:00
6 lines
220 B
Docker
6 lines
220 B
Docker
FROM vmware/postgresql-photon:__postgresql_version__
|
|
|
|
COPY registry.sql /docker-entrypoint-initdb.d/
|
|
|
|
COPY initial-notaryserver.sql /docker-entrypoint-initdb.d/
|
|
COPY initial-notarysigner.sql /docker-entrypoint-initdb.d/ |