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

"message":"pull access denied for maven-pool, repository does not exist or may require 'docker login': denied: requested access to the resource is denied" #522

Closed
ghost opened this issue Oct 12, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ghost
Copy link

ghost commented Oct 12, 2023

Getting this error When running mvn clean install

Do I need permissions to run this ?

image

image

@nicoprow
Copy link
Contributor

The mvn clean install executes integration tests which fail and result in the install to be aborted.

The failing tests are coming from the bpdm-bridge-dummy module which needs a preliminary step for executing its tests.

You have two options from here:

  1. You can install the maven dependencies without executing the tests: mvn clean install -DskipTests
  2. You fulfill the bpdm-bridge-dummy's precondition and install the missing docker images first: docker compose -f docker-compose.build.yml build. Afterwards you can just run mvn clean install like normal

We should adapt the documentation for the install accodingly as there is no mention of that in the README

@nicoprow nicoprow added the documentation Improvements or additions to documentation label Oct 13, 2023
@nicoprow nicoprow moved this to New in BPDM Kanban Oct 13, 2023
@nicoprow nicoprow moved this from New to 📋 Backlog in BPDM Kanban Oct 13, 2023
@nicoprow nicoprow moved this from 📋 Backlog to 🔖 Ready in BPDM Kanban Oct 13, 2023
@alexsilva-CGI alexsilva-CGI self-assigned this Oct 16, 2023
@alexsilva-CGI alexsilva-CGI moved this from 🔖 Ready to 🏗 In progress in BPDM Kanban Oct 16, 2023
@alexsilva-CGI alexsilva-CGI moved this from 🏗 In progress to 👀 In review in BPDM Kanban Oct 16, 2023
@nicoprow nicoprow moved this from 👀 In review to ✅ Done in BPDM Kanban Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Archived in project
Development

No branches or pull requests

2 participants