Project

General

Profile

Actions

Bug #4288

open

[API] api server docker_images endpoint

Added by Tim Pierce over 9 years ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
API
Target version:
Story points:
-
Release:
Release relationship:
Auto
Actions #1

Updated by Tim Pierce over 9 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.

Actions #2

Updated by Ward Vandewege almost 3 years ago

  • Target version deleted (Arvados Future Sprints)
Actions #3

Updated by Peter Amstutz about 1 year ago

  • Release set to 60
Actions #4

Updated by Peter Amstutz about 2 months ago

  • Target version set to Future
Actions

Also available in: Atom PDF