Commit 559af275 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.3.x' into 2.4.x

Closes gh-26405
parents efad44be 22e965fd
...@@ -52,8 +52,8 @@ public final class DockerImageNames { ...@@ -52,8 +52,8 @@ public final class DockerImageNames {
} }
/** /**
* Return a {@link DockerImageName} suitable for running Cassandra. * Return a {@link DockerImageName} suitable for running Couchbase.
* @return a docker image name for running cassandra * @return a docker image name for running couchbase
*/ */
public static DockerImageName couchbase() { public static DockerImageName couchbase() {
return DockerImageName.parse("couchbase/server").withTag(COUCHBASE_VERSION); 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