Commit b4424605 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.4.x'

Closes gh-26406
parents ba1e5fb5 559af275
......@@ -52,8 +52,8 @@ public final class DockerImageNames {
}
/**
* Return a {@link DockerImageName} suitable for running Cassandra.
* @return a docker image name for running cassandra
* Return a {@link DockerImageName} suitable for running Couchbase.
* @return a docker image name for running couchbase
*/
public static DockerImageName couchbase() {
return DockerImageName.parse("couchbase/server").withTag(COUCHBASE_VERSION);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment