Project

General

Profile

Actions

Task #6135

closed

Idea #6096: [OPS] Implement a process to regularly deploy a Docker image for running jobs to Arvados clusters

'docker' jenkins jobs has to tag with the git revision on push

Added by Nico César almost 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Target version:
Actions #1

Updated by Nico César almost 9 years ago

  • Status changed from New to In Progress
  • Start date set to 05/22/2015

mental note

ID=$(docker build -t creack/node .) # This build and tag the image with creack/node:latest
docker tag $ID creack/node:0.10.24  # Add a new tag

Actions #2

Updated by Nico César almost 9 years ago

I think the best place to do this is:

  • add a parameter --tags to run-docker-tests
  • "docker tag $ID" before the push
  • then push it

I'm undecided what to do if --upload isn't dhere

I don't know how to get the correct ID at this stage.

Actions #3

Updated by Nico César almost 9 years ago

added --tag support in 6096-docker-git-tag (arvados-dev)

Actions #4

Updated by Anonymous almost 9 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100
  • Remaining (hours) set to 0.0

Applied in changeset arvados-dev|commit:845e3998bb2b4175e947a20eea4ed530629a778b.

Actions

Also available in: Atom PDF