Project

General

Profile

Actions

Feature #19860

open

Support "pull image" container request

Added by Tom Clegg over 1 year ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assigned To:
Category:
Docker
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Story points:
-

Description

See Build docker images as part of a workflow

A container request like this

container_request:
  docker_image: "arvados/builtin" 
  command: ["docker", "pull", "examplerepo:tag"]
  mounts: {}
  runtime_constraints:
    API: true
    RAM: 1000000000
  output_path: "/" 

should pull the indicated image from docker hub and save it to a collection, appropriately tagged, so it can be used in a container request like this

container_request:
  docker_image: "examplerepo:tag" 
  # ...

Related issues

Related to Arvados Epics - Story #16447: Improve container image handlingIn Progress11/01/202205/31/2023

Actions
Blocked by Arvados - Story #19846: Use collection properties instead of links to tag docker imagesNewTom Clegg01/18/2023

Actions
Actions #1

Updated by Tom Clegg over 1 year ago

  • Related to Story #16447: Improve container image handling added
Actions #2

Updated by Tom Clegg over 1 year ago

  • Blocked by Story #19846: Use collection properties instead of links to tag docker images added
Actions #3

Updated by Tom Clegg over 1 year ago

  • Description updated (diff)
Actions #4

Updated by Peter Amstutz over 1 year ago

  • Target version set to To be groomed
Actions #5

Updated by Peter Amstutz over 1 year ago

  • Assigned To set to Tom Clegg
Actions

Also available in: Atom PDF