mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 17:25:52 +00:00
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:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user