-
Notifications
You must be signed in to change notification settings - Fork 615
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
Docker images are not getting deleted from frontend #161
Comments
I could be wrong but the command you give.. Is intended for deletion on your local computer. The 'server-address' is just part of the tag. |
yes, but when I use docker push the docker image is visible in GUI. The same way if I remove tag it should not be visible in GUI. Correct me if I'm wrong |
@seminarian is right. You just deleted your local image. This will not change the server image. |
How to delete the server image |
From docker-registry-frontend: #106 |
Below is the procedure followed
#docker pull ubuntu
#docker tag ubuntu:latest testserver.xx.com:5000/internal-test/ubuntu:test
#docker push testserver.xx.com:5000/internal-test/ubuntu:test
The image is reflecting in frontend after executing above steps
Now, when image is deleted , still image is visible on frontend
#docker rmi testserver.xx.com:5000/internal-test/ubuntu:test
The text was updated successfully, but these errors were encountered: