mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-10 22:59:19 +00:00
Some checks failed
Deploy to Heroku / release (push) Failing after 41s
This reverts commit b7ab57fa9b.
9 lines
221 B
Docker
9 lines
221 B
Docker
FROM registry:2.7.1
|
|
|
|
ADD ./entrypoint.sh /entrypoint.sh
|
|
ADD ./config.yml /etc/docker/registry/config.yml
|
|
ADD ./garbage-collect.sh /garbage-collect.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|
|
CMD ["/etc/docker/registry/config.yml"]
|