I have the following
docker registry: http: // myPrivateRegistry: 5000
: myRepo
Image: myImage
I clicked this image on a remote repo as follows
docker push http://myPrivateRegistry:5000/myRepo/myImage
How to remove this image from the "remote repo" not only locally? docker rmi http://myPrivateRegistry:5000/myRepo/myImagecancels the image but does not delete it from the remote repo
docker rmi http://myPrivateRegistry:5000/myRepo/myImage
After some googling time, I found that you can use the Curl command to delete images, for example:
curl -X DELETE registry-url/v1/repositories/repository-name/
As far as I can see, this is still discussed in issue 422
API, (read: s3).., , ., , , VFS, .
API, (read: s3).
., , .
, , , VFS, .
210
API, .
https://github.com/docker/distribution/issues/422#issuecomment-114963170
Source: https://habr.com/ru/post/1614487/More articles:jhipster: how to avoid updating the database when working in PROD mode? - javaОтчет о сбоях с использованием Crashlytics Fabric не работает после обновлений - iosРазница между размером данных и sizeof (типом данных) - c++JavaScript, SVG, HTML and CSS - javascriptRmagick сжимает, когда размер файла больше X без записи (загрузка на S3) - rubyVisual Studio 2015 1 RC update - Crash when stopping debugging - visual-studioВозможно ли переопределить импортированную зависимость Maven в том же pom.xml? - javaЗапретить перенос текста на следующую строку - htmlUse C # extension method as predicate in linq query - c #What does MSDN refer to "application"? Compile Winforms and WPF with native .NET. - c #All Articles