Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image at riadvice/bbbeasy not publically available #813

Open
danimo opened this issue Jul 14, 2023 · 4 comments
Open

Docker image at riadvice/bbbeasy not publically available #813

danimo opened this issue Jul 14, 2023 · 4 comments
Labels
deploy: container Changes related to containerisation or deployment using containers. deploy: install Changes related to installation scripts or procedures. priority: high Indicates that the issue or pull request has high priority. type: new feature Indicates that the issue or pull request proposes a new feature.

Comments

@danimo
Copy link

danimo commented Jul 14, 2023

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 danimo added the type: bug Indicates that the issue or pull request addresses a bug or error. label Jul 14, 2023
@GhaziTriki
Copy link
Member

Dockerisation has been started but not fully ready : #462

@GhaziTriki GhaziTriki added deploy: install Changes related to installation scripts or procedures. deploy: container Changes related to containerisation or deployment using containers. priority: low Indicates that the issue or pull request has low priority. labels Jul 17, 2023
@GhaziTriki
Copy link
Member

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
Copy link
Member

A consideration is to add common package for both types of installs 6003427#r123397139

@GhaziTriki GhaziTriki added priority: high Indicates that the issue or pull request has high priority. and removed priority: low Indicates that the issue or pull request has low priority. labels Aug 2, 2023
@GhaziTriki GhaziTriki added this to the v1.0.0-alpha-2 milestone Aug 2, 2023
@GhaziTriki GhaziTriki added type: new feature Indicates that the issue or pull request proposes a new feature. and removed type: bug Indicates that the issue or pull request addresses a bug or error. labels Aug 2, 2023
@GhaziTriki
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy: container Changes related to containerisation or deployment using containers. deploy: install Changes related to installation scripts or procedures. priority: high Indicates that the issue or pull request has high priority. type: new feature Indicates that the issue or pull request proposes a new feature.
Projects
Status: No status
Development

No branches or pull requests

2 participants