SaaShup / netbox-docker-agent

Agent for Netbox Docker Plugin
https://saashup.com
BSD 3-Clause "New" or "Revised" License
33 stars 1 forks source link

:zap: change image deletion input to ImageID #88

Closed lvenier closed 5 months ago

lvenier commented 5 months ago

As some of the users uses latest in the image version it is not possible to delete the image if a pull has been done one the server. To fix this we are changing the deletion image from name:version to imageId. no impact.

PS: I also noticed that one of our great developper forget to remove the global registries on the delete api. Removed this : https://github.com/SaaShup/netbox-docker-agent/pull/88/files#diff-f93b4e6e2cbb86147e2df9cf1163a9cf7c69af7d6f45c833ba129a550d95f4b4L5351