Actions
Bug #4288
open[API] api server docker_images endpoint
Status:
New
Priority:
Normal
Assigned To:
-
Category:
API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Updated by Tim Pierce about 10 years ago
- Category set to API
Clients should be able to ask the API server for the UUID and/or content hash of a collection that a given docker image name and tag resolve to. e.g.:
arvados.api('v1').docker_images().show(name='arvados/jobs', tag='latest').execute() arvados.api('v1').docker_images().list(name='arvados/base', tag='7.1').execute()
Motivation: a single name+tag combination may resolve to many images. The API server chooses one based on some subtle logic around the image_timestamp
and created_at
fields of the docker links. It's better for a client to be able to query the API server for the "current" version of an image than it is to reproduce this logic on the client side.
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions