Client version: 1.6.2
Client API version: 1.18
Go version (client): go1.3.3
Git commit (client): 7c8fca2/1.6.2
OS/Arch (client): linux/amd64
Server version: 1.6.2
Server API version: 1.18
Go version (server): go1.3.3
Git commit (server): 7c8fca2/1.6.2
OS/Arch (server): linux/amd64
Thanks for the update. However, did your solution work before we manually cleared your cache?
Usually customers do not get caching issues. But for the ones who encounter this issue, either they need to wait for sometime or ask us to clear their cache.
Also, there is no need to upgrade to Micro. You had private repos thats why you needed one.
Your’s is not the same issue or caching issue. The user bloglovinci who is trying to push, just has the read access to the repository bloglovin/memcached, so he is not able to push.
sudo docker push kitarp/docker-pyspark-ipython:latest
The push refers to a repository [kitarp/docker-pyspark-ipython] (len: 1)
9db88ad02385: Image push failed
Please login prior to push:
Username (kitarp):
WARNING: login credentials saved in /home/pratik/.docker/config.json
Login Succeeded
The push refers to a repository [kitarp/docker-pyspark-ipython] (len: 1)
9db88ad02385: Image push failed
Error pushing to registry: Authentication is required.
@kitarp: You are not able to push because you are trying to push manually to an Automated Build. kitarp / docker-pyspark-ipython is an Automated build, so you cannot push to it manually.
@kitarp - That checkbox next to “Active” means if you would like to trigger the Automated build, when made changes in your code. Irrespective of that, you cannot push manually to the Automated Build Repository.
I have the same issue.
docker version
Client version: 1.6.2
Client API version: 1.18
Go version (client): go1.5.1
Git commit (client): 7c8fca2
OS/Arch (client): linux/amd64
Server version: 1.6.2
Server API version: 1.18
Go version (server): go1.5.1
Git commit (server): 7c8fca2
OS/Arch (server): linux/amd64
the issue is below
root@sean:/home/sean# docker push seanzhao/ubuntu-django:14.04-django
The push refers to a repository [seanzhao/ubuntu-django] (len: 1)
2007f6be95ef: Image push failed
Please login prior to push:
Username (seanzyg):
WARNING: login credentials saved in /root/.dockercfg.
Login Succeeded
The push refers to a repository [seanzhao/ubuntu-django] (len: 1)
2007f6be95ef: Image push failed
FATA[0072] Error pushing to registry: Authentication is required.
what should i do?