Thanks for the update. I am looking forward to 5.3! :)
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Posts made by scusson_9923
-
RE: Clean up Docker images
Hi and thank you for the reply! From what I have read, no Delete tag API exists. At least not yet. It appears that it may be in a future docker release.
https://github.com/docker/distribution/pull/2169
What I am looking for is what is outlined on this page:
ideally: DELETE http://<docker_repo>/v2/<image>/<tag>
But in the meantime, it would be great if we could script how ProGet accomplished this in the UI. Although, ProGet's terminology is delete package\image to delete. Maybe it can be delete image\tag to delete? Also, assuming if you delete the last tag, the entire image is deleted as well.
Please correct me if I am wrong :)
Scott
-
RE: Clean up Docker images
Hi,
Since deleting docker tags is not supported via the docker registry API HTTP DELETE (yet), I was hoping we could script the process ProGet UI runs to remove tags. https://<proget_server>/feeds/<container_folder>/library%2F<image>->"Delete Package"-><tag>
Is this possible? I do not want to rely on retention rules for our docker images.
Thanks,
Scott -
RE: RPM Support
@gdivis Sure thing. Just let me know when something is available for me to test.
-
Helm push support
Will ProGet support 'helm push' at some point?
ex. helm push mychart-1.2.3.tgz https://<proget-server>/helm/<helm-feed>/