Updated README.md to show all services.

Update pkg/build/images.go to use the latest version of CouchDB if
`couchdb` was set to `services`.
This commit is contained in:
yosssi
2014-02-14 09:37:43 +00:00
parent aac473d689
commit bc5c508bc2
2 changed files with 14 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ var services = map[string]*image{
// couchdb
"couchdb": {
Ports: []string{"5984"},
Tag: "bradrydzewski/couchdb:1.0",
Tag: "bradrydzewski/couchdb:1.5",
Name: "couchdb",
},
"couchdb:1.0": {