Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 432766

Summary: [terminal] docker 0.10.0 does not like the tag "orion.base"
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: DockerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2014-04-14 15:05:28 EDT
The next update to docker came out last week and it does not like the dot in orion.base:

% docker build -t="orion.base" - < Dockerfile.base
2014/04/14 15:00:46 Invalid repository name (ex: "registry.domain.tld/myrepos")

We can simply replace with a - to make orion-base.
Comment 1 Anthony Hunter CLA 2014-04-14 16:54:36 EDT
Fixed with commit:
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=05281f305e341c6dccf195b5e31e80b23b5d7ae3

base image is now tagged "orion-base" and each user image is tagged "username-base". The comtainer is still tagged "username".