From 60f10fe6ddf5efcf255aedda961d952c54f7df4e Mon Sep 17 00:00:00 2001 From: Weaviate Git Bot <83967968+weaviate-git-bot@users.noreply.github.com> Date: Mon, 20 May 2024 08:23:07 -0500 Subject: [PATCH] Updated Weaviate Docker image url (auto PR by bot) (#2659) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This minor change updates the URL of the [Weaviate Docker image](https://weaviate.io/developers/weaviate/installation/docker-compose). ​Instead of the standard Docker registry, Weaviate now makes use of a custom registry running at `cr.weaviate.io`. Thanks in advance for ​merging. 🤖 beep boop, the Weaviate bot PS: Please note that the Weaviate Bot automates this PR; apologies if PR formatting is missing. If you have questions, feel free to reach out via our [forum](https://forum.weaviate.io) or [Slack](https://weaviate.io/slack). Co-authored-by: Matt Robinson --- examples/weaviate/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/weaviate/docker-compose.yml b/examples/weaviate/docker-compose.yml index a2bc574ff0..77be80f80c 100644 --- a/examples/weaviate/docker-compose.yml +++ b/examples/weaviate/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: weaviate: - image: semitechnologies/weaviate:1.19.6 + image: cr.weaviate.io/semitechnologies/weaviate:1.19.6 restart: on-failure:0 ports: - "8080:8080"