8000 `make image` failing · Issue #255 · OWASP/pytm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

make image failing #255

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

Open
jasonculligan opened this issue Nov 2, 2024 · 1 comment
Open

make image failing #255

jasonculligan opened this issue Nov 2, 2024 · 1 comment

Comments

@jasonculligan
Copy link

When following the README, the following instructions to build the image fail

$ make image
docker build -t pytm .
Unable to find image 'pytm:latest' locally
docker: Error response from daemon: pull access denied for pytm, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
make: *** [Makefile:65: image] Error 125
$ echo $USE_DOCKER
true

I can confirm that it's not a Docker credentials issue as I can pull from Docker with my current configurtation:

$ docker pull hello-world
Using default tag: latest
latest: Pulling from library/hello-world
Digest: sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348
Status: Image is up to date for hello-world:latest
docker.io/library/hello-world:latest
@cschooley
Copy link

Having the same issue. It seems like the latest tag needs to be added in docker hub. I can pull docker pull pytm/pytm:1.3.1, but not specifying a version fails - apparently because there is no "latest" tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0