samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
183 stars 124 forks source link

CONTAINERS.md should refer to the ghcr-hosted images, not the dockerhub-hosted ones #5198

Open sandbergja opened 2 years ago

sandbergja commented 2 years ago

Descriptive summary

CONTAINERS.md currently recommends running echo "FROM samveralabs/hyrax" > Dockerfile to generate a dockerfile for your hyrax-based app. However, the recommended place for getting hyrax images is actually the Github Container Repo, not docker hub.

So, this instruction should be updated accordingly. I don't think that there is a hyrax image currently tagged as latest in ghcr. We should either push a latest tag to ghcr or include a specific tag in the FROM instruction.

sandbergja commented 2 years ago

By the way, I am happy to help with documentation changes as soon as I finish getting my contributor license agreements set up.