bbbeasy icon indicating copy to clipboard operation
bbbeasy copied to clipboard

Docker image at `riadvice/bbbeasy` not publically available

Open danimo opened this issue 2 years ago • 4 comments

Describe the bug docker-compose up fails

To Reproduce Steps to reproduce the behavior:

  1. checkout develop branch (or clone from scratch)
  2. run docker-compose up
  3. 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?)

danimo avatar Jul 14 '23 18:07 danimo

Dockerisation has been started but not fully ready : https://github.com/riadvice/bbbeasy/issues/462

GhaziTriki avatar Jul 17 '23 07:07 GhaziTriki

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.

GhaziTriki avatar Jul 17 '23 07:07 GhaziTriki

A consideration is to add common package for both types of installs https://github.com/riadvice/bbbeasy/commit/6003427a8a467faad23b0ba6b3bd42a5986097c1#r123397139

GhaziTriki avatar Aug 02 '23 10:08 GhaziTriki

@danimo We have done an extensive work on preparing the docker images. The concerned PR #933 is now being reviewed.

GhaziTriki avatar Oct 04 '23 10:10 GhaziTriki