mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-10 17:01:27 +01: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/ |