Closed matzew closed 7 years ago
Running docker push docker.io/feedhenry/mcp-standalone:0.0.5, gave me:
docker push docker.io/feedhenry/mcp-standalone:0.0.5
The push refers to a repository [docker.io/feedhenry/mcp-standalone]
And indeed, the fqdin (full-qualified-docker-image-name :smile:) did lack the docker.io:
docker images REPOSITORY TAG IMAGE ID CREATED SIZE feedhenry/mcp-standalone 0.0.5 de551e7c8162 About a minute ago 273 MB ... ...
After changing the Makefile this went fine.
Makefile
RESULT:
See the 0.0.5 tag here: https://hub.docker.com/r/feedhenry/mcp-standalone/tags/
0.0.5
Running
docker push docker.io/feedhenry/mcp-standalone:0.0.5
, gave me:And indeed, the fqdin (full-qualified-docker-image-name :smile:) did lack the docker.io:
After changing the
Makefile
this went fine.RESULT:
See the
0.0.5
tag here: https://hub.docker.com/r/feedhenry/mcp-standalone/tags/