solidus
solidus copied to clipboard
Check the Solidus demo on Docker Hub: still working?
We have a demo of Solidus on Docker Hub here https://hub.docker.com/repository/docker/solidusio/solidus-demo but it's out of date.
We need to be sure it works by using the last code available and probably also to automate its update somehow anytime we release a new version. Maybe, the easiest iteration on this could be just adding some instructions in the How-to-release-Solidus wiki page.
Another thing to explore is by using directly the demo app (https://github.com/solidusio/solidus-demo/) we created that powers the demo at demo.solidus.io, even if it has some custom code to bypass the authentication, which is probably not needed by people running a demo with Docker.
Ref: #3106 The original PR that added the demo for Docker Hub.
I can confirm this is not working anymore.
I propose to remove that docker demo. The person who claimed to maintain it is not doing that, and that's fine. Personally, I can't find any value in that demo but feel free to let me know your thoughts. Tagging @waiting-for-dev cause he is our Docker expert. :)
I think we definitely have more valuable things to spend our time maintaining.
I also think it's ok to remove it. In the end, it only gives easy access to the visual appearance of Solidus, and the demo app already does that. For local development, it's already dockerized.