Skip to content

Commit ebc3026

Browse files
authored
[Connectors][Docs] Fix docker image name (#121778) (#121786)
1 parent d569ff5 commit ebc3026

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/reference/connector/docs/_connectors-docker-instructions.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ docker run \
5959
--network "elastic" \
6060
--tty \
6161
--rm \
62-
docker.elastic.co/enterprise-search/elastic-connectors:{version}.0 \
62+
docker.elastic.co/enterprise-search/elastic-connectors:{version} \
6363
/app/bin/elastic-ingest \
6464
-c /config/config.yml
6565
----
@@ -73,4 +73,4 @@ Find all available Docker images in the https://www.docker.elastic.co/r/enterpri
7373
====
7474
We also have a quickstart self-managed option using Docker Compose, so you can spin up all required services at once: Elasticsearch, Kibana, and the connectors service.
7575
Refer to this https://github.com/elastic/connectors/tree/main/scripts/stack#readme[README] in the `elastic/connectors` repo for more information.
76-
====
76+
====

docs/reference/connector/docs/connectors-run-from-docker.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ docker run \
6262
--rm \
6363
--tty -i \
6464
--network host \
65-
docker.elastic.co/enterprise-search/elastic-connectors:{version}.0 \
65+
docker.elastic.co/enterprise-search/elastic-connectors:{version} \
6666
/app/bin/elastic-ingest \
6767
-c /config/config.yml
6868
----
6969

7070
[TIP]
7171
====
7272
For unreleased versions, append the `-SNAPSHOT` suffix to the version number.
73-
For example, `docker.elastic.co/enterprise-search/elastic-connectors:8.14.0.0-SNAPSHOT`.
73+
For example, `docker.elastic.co/enterprise-search/elastic-connectors:8.17.0-SNAPSHOT`.
7474
====
7575

7676
Find all available Docker images in the https://www.docker.elastic.co/r/enterprise-search/elastic-connectors[official registry].

0 commit comments

Comments
 (0)