You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the README, the following instructions to build the image fail
$ make imagedocker build -t pytm .Unable to find image 'pytm:latest' locallydocker: 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_DOCKERtrue
I can confirm that it's not a Docker credentials issue as I can pull from Docker with my current configurtation:
$ docker pull hello-worldUsing default tag: latestlatest: Pulling from library/hello-worldDigest: sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348Status: Image is up to date for hello-world:latestdocker.io/library/hello-world:latest
The text was updated successfully, but these errors were encountered:
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.
When following the README, the following instructions to build the image fail
I can confirm that it's not a Docker credentials issue as I can pull from Docker with my current configurtation:
The text was updated successfully, but these errors were encountered: