Docker image at `riadvice/bbbeasy` not publically available
Describe the bug
docker-compose up fails
To Reproduce Steps to reproduce the behavior:
- checkout
develop branch(or clone from scratch) - run
docker-compose up - See error:
Error response from daemon: pull access denied for riadvice/bbbeasy, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Expected behavior
docker-compose setting up a deployment
Possible solution Make image public, or use Github Registry (and setup an automatic build?)
Dockerisation has been started but not fully ready : https://github.com/riadvice/bbbeasy/issues/462
Hi @danimo
It is possible to install bbbeasy wthe following command line
wget -qO- https://raw.githubusercontent.com/riadvice/bbbeasy/develop/install.sh | bash -s -- -t docker
It will be build the docker images locally.
A consideration is to add common package for both types of installs https://github.com/riadvice/bbbeasy/commit/6003427a8a467faad23b0ba6b3bd42a5986097c1#r123397139
@danimo We have done an extensive work on preparing the docker images. The concerned PR #933 is now being reviewed.