Skip to content

Commit e2ef235

Browse files
authored
Starter still defaults to arangodb/arangodb:latest (#763)
1 parent accf8f8 commit e2ef235

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

site/content/3.12/deploy/cluster/deployment/using-the-arangodb-starter.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,16 @@ The _Starter_ can also be used to launch clusters based on ArangoDB
141141
_Docker_ containers.
142142

143143
If you use the `arangodb/arangodb-starter` Docker image, it runs all servers in a container
144-
using the `arangodb/enterprise:latest` Docker image by default. If you wish to run
144+
using the `arangodb/arangodb:latest` Docker image by default. If you wish to run
145145
a specific Docker image for the servers, specify it using the `--docker.image`
146146
option.
147147

148+
{{< info >}}
149+
From ArangoDB version 3.12.5 onward, no new `arangodb/arangodb` images are
150+
published anymore. Use the `arangodb/enterprise` images instead, e.g.
151+
`--docker.image arangodb/enterprise:latest`.
152+
{{< /info >}}
153+
148154
If you use Docker, it is important to care about the volume mappings on
149155
the container. Typically, you start the executable in Docker with the following
150156
commands:

site/content/3.13/deploy/cluster/deployment/using-the-arangodb-starter.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,16 @@ The _Starter_ can also be used to launch clusters based on ArangoDB
141141
_Docker_ containers.
142142

143143
If you use the `arangodb/arangodb-starter` Docker image, it runs all servers in a container
144-
using the `arangodb/enterprise:latest` Docker image by default. If you wish to run
144+
using the `arangodb/arangodb:latest` Docker image by default. If you wish to run
145145
a specific Docker image for the servers, specify it using the `--docker.image`
146146
option.
147147

148+
{{< info >}}
149+
From ArangoDB version 3.12.5 onward, no new `arangodb/arangodb` images are
150+
published anymore. Use the `arangodb/enterprise` images instead, e.g.
151+
`--docker.image arangodb/enterprise:latest`.
152+
{{< /info >}}
153+
148154
If you use Docker, it is important to care about the volume mappings on
149155
the container. Typically, you start the executable in Docker with the following
150156
commands:

0 commit comments

Comments
 (0)