[P1] pull_image — standalone image pull from registry #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gap
No standalone tool to pull an image from a registry. Pulling currently only happens as a side effect of
redeploy_project/create_projectviabuild_stream.Container Manager equivalent
The Image tab can download an image from a registry.
Suggested approach
The DSM API method for
SYNO.Docker.Imagepull is unknown — an earlier attempt (pull/create) returned "method does not exist". Requires a DevTools/interceptor capture of the real "download image" call from the Container Manager UI.Reverse-engineering effort
Required — capture the actual call.
Priority
P1 — useful for pre-pulling images before a deploy.