BBVA / apicheck

The DevSecOps toolset for REST APIs
https://bbva.github.io/apicheck/
Apache License 2.0
270 stars 65 forks source link

Repository does not exist #22

Closed jccastromil closed 4 years ago

jccastromil commented 4 years ago

Hi guys,

I am trying to follow the installation instructions and when I type this command an error message is returned:

docker run --rm bbvalabs/apicheck -h

Unable to find image 'bbvalabs/apicheck:latest' locally docker: Error response from daemon: pull access denied for bbvalabs/apicheck, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.

Any idea?

Thx

panchoh commented 4 years ago

Hi, @jccastromil.

Sorry for the not up-to-date doc. apicheck is under heavy development, and some things have changed quite a bit.

In its current form, apicheck is composed as a toolset, where each tool is to be containerized into its own Docker image.

Each of these tools live under the tools directory.

Each has its own directory, e.g.: send-to-proxy.

Within each tool directory, there is a META file.

In this file a name is defined. That is the name of the Docker image that contains the app, which gets published automatically on Docker Hub, under the bbvalabs namespace.

Hope that it helps!

Thanks for your patience and interest.

panchoh commented 4 years ago

Closing now.