mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +01: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"]
|