SaaShup / netbox-docker-plugin

Netbox Docker Plugin
https://saashup.com
BSD 3-Clause "New" or "Revised" License
64 stars 5 forks source link

:sparkles: Add ability to "Force pull" an image #144

Closed linkdd closed 4 months ago

linkdd commented 4 months ago

Decision Record

In order to be able to force pull an existing docker image, we need to add a new API endpoint /api/plugins/docker/images/{pk}/force_pull and a button in the Image detail view to call this API endpoint.

The endpoint shall POST the image with an extra field force=True to the agent.

screenshot

Changes

github-actions[bot] commented 4 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2327 2287 98% 90%

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: bb03cc6 by action🐍