Bohdan Korablov

Results 30 comments of Bohdan Korablov

@mamarx docker hub contains only amd64 images, you need to build you own arm64 images using M1 machine or any arm64

Hi @ga3003 Please, see comments above. Now you need to build arm64 images yourself.

@XiaoYiyichonga Hi, Do you run this command inside the deploy container? The build container does not have access to the DB.

Hi @zakisaad Thank you for your contribution. You're right, OS_PORT should be there: ```bash #!/bin/bash set -eo pipefail if health="$(curl -fsSL "http://${OS_HOST:-opensearch}:${OS_PORT:-9200}/_cat/health?h=status")"; then health="$(echo "$health" | sed -r 's/^[[:space:]]+|[[:space:]]+$//g')" #...

Hello @kanojiyadhaval How much memory do you provide for Docker Desktop?

Did you just use an image from Docker Hub? Or did you build own image using this sources https://github.com/magento/magento-cloud-docker/tree/develop/images/opensearch ? Docker Hub does not contain any images for M1, please...

@phoenix-bjoern thank you for your PR I will process this PR soon