feedhenry / mcp-standalone

Standalone version of the mobile-control-panel.
http://feedhenry.org
Apache License 2.0
13 stars 21 forks source link

Makefile lacks docker.io when building tag image #163

Closed matzew closed 7 years ago

matzew commented 7 years ago

Running docker push docker.io/feedhenry/mcp-standalone:0.0.5, gave me:

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.

RESULT:

See the 0.0.5 tag here: https://hub.docker.com/r/feedhenry/mcp-standalone/tags/