Project

General

Profile

Actions

Feature #3219

closed

[Docker] further docker image improvements

Added by Ward Vandewege almost 10 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
1.0

Subtasks 5 (0 open5 closed)

Task #3331: add crunch-dispatchResolvedWard Vandewege06/10/2014Actions
Task #3330: add compute nodesResolvedWard Vandewege06/10/2014Actions
Task #3337: review 3219-further-docker-improvementsResolvedWard Vandewege06/10/2014Actions
Task #3332: add local git treesResolvedWard Vandewege06/10/2014Actions
Task #3253: add shell imageResolvedWard Vandewege06/30/2014Actions

Related issues

Has duplicate Arvados - Idea #3020: [Deployment] Docker installation runs crunch-dispatch and worker nodesClosedActions
Actions #1

Updated by Ward Vandewege almost 10 years ago

  • Subject changed from further docker image improvements to [LOCAL] further docker image improvements
Actions #2

Updated by Ward Vandewege almost 10 years ago

  • Target version changed from 2014-07-16 Sprint to 2014-08-06 Sprint
Actions #3

Updated by Ward Vandewege almost 10 years ago

  • Assigned To set to Ward Vandewege
Actions #4

Updated by Ward Vandewege almost 10 years ago

  • Subject changed from [LOCAL] further docker image improvements to [Docker] further docker image improvements
Actions #5

Updated by Ward Vandewege almost 10 years ago

Review instructions:

check out the 3219-further-docker-improvements branch.

build the docs:

cd doc
rake

Then follow the 'installation with docker' instructions and see if it works for you. Building the images takes a while, ~20 min on my machine (and YMMV)

Actions #6

Updated by Tim Pierce over 9 years ago

From a fresh Docker build, after make realclean and deepclean, I cannot log in because my account is not automatically made active. My config.yml file has:

API_AUTO_ADMIN_USER: 

and after attempting to log in, the following User record is created in the database (reformatted for readability):

2.1.2 :003 > User.find_by_email("twp@curoverse.com")
  User Load (1.7ms)  SELECT "users".* FROM "users" WHERE "users"."email" = 'twp@curoverse.com' LIMIT 1
 => #<User id: 34,
      uuid: "twp01-tpzed-ty5p61c28oxznuf",
      owner_uuid: "twp01-tpzed-000000000000000",
      created_at: "2014-07-28 16:25:41",
      modified_by_client_uuid: nil,
      modified_by_user_uuid: "twp01-tpzed-000000000000000",
      modified_at: "2014-07-28 16:25:41",
      email: "twp@curoverse.com",
      first_name: "Tim",
      last_name: "Pierce",
      identity_url: "https://www.google.com/accounts/o8/id?id=AItOawkbYj...",
      is_admin: nil,
      prefs: {},
      updated_at: "2014-07-28 16:25:41",
      default_owner_uuid: nil,
      is_active: false> 

Actions #7

Updated by Ward Vandewege over 9 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF