mirror of
https://github.com/goharbor/harbor
synced 2025-04-06 15:51:29 +00:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
FROM library/registry:2.3.0
|
|
|
|
ADD ./config/registry/ /etc/registry/
|
|
ADD ./kubernetes/dockerfiles/registry-config.yml /etc/registry/config.yml
|
|
|
|
CMD ["/etc/registry/config.yml"]
|