You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,13 @@ First you need to build the Management API base image
62
62
63
63
Then you need to build the image based on the actual Cassandra version, either the 3.11 or 4.0:
64
64
65
-
**NOTE:** For building 3.11 images, you will need to have the [Docker buildx plugin](https://docs.docker.com/buildx/working-with-buildx/) installed.
65
+
**NOTE:** For building 3.11 and 4.0 images, you will need to have the [Docker buildx plugin](https://docs.docker.com/buildx/working-with-buildx/) installed.
66
66
67
-
#Create a docker image with management api and C* 3.11 (version 3.11.7 and newer are supported, replace `3.11.10` with the version you want below)
You can also build an image based on Datastax Astra Cassandra 4.0 sources. First checkout [sources](https://github.com/datastax/cassandra/tree/astra) and build a tgz distribution:
74
74
@@ -114,9 +114,11 @@ Finally build the Management API image:
114
114
115
115
k8ssandra/cass-management-api:3.11.7
116
116
k8ssandra/cass-management-api:3.11.8
117
-
k8ssandra/cass-management-api:3.11.9
118
-
k8ssandra/cass-management-api:3.11.10
117
+
k8ssandra/cass-management-api:3.11.9 (**Deprecated: last version is v0.1.27**)
118
+
k8ssandra/cass-management-api:3.11.10 (**Deprecated: last version is v0.1.27**)
119
+
k8ssandra/cass-management-api:3.11.11
119
120
k8ssandra/cass-management-api:4.0.0
121
+
k8ssandra/cass-management-api:4.0.1
120
122
121
123
Each of the above examples will always point to the **latest** Management API version for the associated Cassandra version. If you want a specific
122
124
Management API version, you can append the desired version to the Cassandra version tag. For example, if you want v0.1.24 of Management API for Cassandra version 3.11.9:
0 commit comments