mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-02 05:59:18 +01:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
FROM library/registry:2.3.0
|
|
|
|
ADD ./kubernetes/dockerfiles/config/registry/ /etc/registry/
|
|
|
|
CMD ["/etc/registry/config.yml"]
|
|
|