Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest for elasticsearch:7.5-1.3.0 not found #336

Open
VZeroCool opened this issue Dec 5, 2021 · 6 comments
Open

manifest for elasticsearch:7.5-1.3.0 not found #336

VZeroCool opened this issue Dec 5, 2021 · 6 comments

Comments

@VZeroCool
Copy link

Preconditions

  1. Ubuntu 20.04
  2. Magento Enterprise

Steps to reproduce

  1. Followed https://devdocs.magento.com/cloud/docker/docker-installation.html
  2. https://devdocs.magento.com/cloud/docker/docker-mode-developer.html
  3. Getting error while performing docker-compose up -d

Expected result

  1. It should install ES version as specified in docker-compose

Actual result

1.ERROR: manifest for elasticsearch:7.5-1.3.0 not found: manifest unknown: manifest unknown

@m2-community-project m2-community-project bot added this to Ready for Grooming in Backlog Dec 5, 2021
@VZeroCool VZeroCool changed the title manifest for elasticsearch:7.5-1.3.0 not found: manifest unknown: manifest unknown manifest for elasticsearch:7.5-1.3.0 not found Dec 5, 2021
@bploetz
Copy link

bploetz commented Dec 7, 2021

I'm seeing this error too on my Apple M1 MacBook Pro (if that is relevant).

What's odd is the .magento.docker.yml template file only has this:

    elasticsearch:
        version: '7.5'
        image: 'elasticsearch'

So I'm not sure where that -1.3.0 extension is coming from.

@bojanpc
Copy link

bojanpc commented Jan 10, 2022

You need to build image first

Solution to fix your issue
bin/magento-docker ece-redeploy
or
sudo bin/magento-docker ece-redeploy

docker compose naming can be nasty

@f2lokesh
Copy link

@bojanpc

When I run above mentioned command, system giving me this error:
sudo: bin/magento-docker: command not found

Can you please let me know why? I am a newbie on Magento cloud.

Thanks in advance.

@bojanpc
Copy link

bojanpc commented Jan 10, 2022

@f2lokesh Please let me save you some newbie not at all important blind and white commands time in terminal
dont run root on your focal and

sudo bin/magento-docker ece-redeploy

@sebadamus
Copy link

Same problem here, cant understand what @bjanpc wrote, please can you explain more?
I do not run sudo with docker nor composer commands.

If I ran bin/magento-docker ece-redeploy as you suggest I also get the same "ERROR: manifest for elasticsearch:7.5-1.3.0 not found: manifest unknown: manifest unknown"

@chuongnh3atgmaildotcom
Copy link

So I'm not sure where that -1.3.0 extension is coming from.

There's magento/magento-cloud-docker-elasticsearch:7.5-1.3.2 docker img.

Replace services.elasticsearch.image in your .magento.docker.yml file, from elasticsearch to magento/magento-cloud-docker-elasticsearch. Then rebuild docker-compose.yml file

    elasticsearch:
        version: '7.5'
        image: 'magento/magento-cloud-docker-elasticsearch'

I guess the document needs update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Backlog
Ready for Grooming
Development

No branches or pull requests

6 participants