Actions
Feature #19860
openSupport "pull image" container request
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"
# ...
Updated by Tom Clegg about 2 years ago
- Related to Story #16447: Improve container image handling added
Updated by Tom Clegg about 2 years ago
- Blocked by Story #19846: Use collection properties instead of links to tag docker images added
Actions