Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
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.
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.