update ES to 7.17.10 and enable ARM images through our own repository (#23851)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2023-06-26 21:00:48 +03:00
коммит произвёл GitHub
родитель e8077e11ff
Коммит 8fe4c5376f
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -84,7 +84,7 @@ services:
LDAP_DOMAIN: "mm.test.com"
LDAP_ADMIN_PASSWORD: "mostest"
elasticsearch:
image: "mattermost/mattermost-elasticsearch-docker:7.17.3"
image: "mattermostdevelopment/mattermost-elasticsearch:7.17.10"
networks:
- mm-test
environment:

Просмотреть файл

@@ -1,7 +1,7 @@
version: '2.4'
services:
elasticsearch:
image: "elasticsearch:7.17.3"
image: "mattermostdevelopment/mattermost-elasticsearch:7.17.10"
platform: linux/arm64/v8
restart: 'no'
container_name: mattermost-elasticsearch