Closed linkdd closed 4 months ago
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🐍
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.Changes