Skip to content
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

Open
sunil3s3 opened this issue Jan 24, 2017 · 6 comments
Open

Docker images are not getting deleted from frontend #161

sunil3s3 opened this issue Jan 24, 2017 · 6 comments

Comments

@sunil3s3
Copy link

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

@seminarian
Copy link

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.

@sunil3s3
Copy link
Author

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

@Nighthawk22
Copy link

@seminarian is right. You just deleted your local image. This will not change the server image.

@sunil3s3
Copy link
Author

sunil3s3 commented Feb 8, 2017

How to delete the server image

@pavel-veber
Copy link

From docker-registry-frontend: #106

@pavel-veber
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants