Skip to content

Commit

Permalink
Update DOCKER.md with link to elastic docker registry (#1866)
Browse files Browse the repository at this point in the history
(cherry picked from commit a371887)
  • Loading branch information
jedrazb committed Nov 6, 2023
1 parent e203030 commit 99f7536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This guide uses generally-available unix commands to demonstrate how to run the

Windows users might have to run them in [Unix Subsystem](https://learn.microsoft.com/en-us/windows/wsl/about), rewrite the commands in PowerShell, or execute them manually.

Please refer to the following Docker image registry to access and pull available versions of our service: [Elastic Connectors Docker Registry](https://www.docker.elastic.co/r/enterprise-search/elastic-connectors).

Follow these steps:

1. [Create network](#1-create-a-docker-network)
Expand Down
2 changes: 1 addition & 1 deletion tests/sources/test_sharepoint_online.py
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ def site_pages(self):
"Id": "4",
"odata.id": "11",
"GUID": "thats-not-a-guid",
"Modified": "2023-10-04T08:58:33Z",
"Modified": self.day_ago,
}
]

Expand Down

0 comments on commit 99f7536

Please sign in to comment.