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

Broken example: manifest unknown error when attempting to download and run init-docker #95

Open
1 task done
resplin opened this issue May 31, 2024 · 1 comment
Open
1 task done

Comments

@resplin
Copy link

resplin commented May 31, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Which topic?

https://developer.adobe.com/commerce/cloud-tools/docker/setup/initialize-docker/

What's wrong with the content?

The documentation suggests the following command:
curl -sL https://github.com/magento/magento-cloud-docker/releases/download/1.3.5/init-docker.sh | bash -s -- --php 8.2

When I run this locally, I get the following output:

Installing Composer Packages
Unable to find image 'magento/magento-cloud-docker-php:8.2-cli-1.3.2' locally
docker: Error response from daemon: manifest for magento/magento-cloud-docker-php:8.2-cli-1.3.2 not found: manifest unknown: manifest unknown.
See 'docker run --help'.

Separately, I see that the image exists here in the magento2 repository:
https://github.com/magento/magento-cloud-docker/tree/develop/images/php/8.2-cli

What changes do you propose?

Update documentation to use working example.

Anything else that can help to cover this?

No response

@resplin
Copy link
Author

resplin commented May 31, 2024

A workaround is to pass the image version:

curl -sL https://github.com/magento/magento-cloud-docker/releases/download/1.3.5/init-docker.sh | bash -s -- --php 8.2 --image=1.3.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Ready for Grooming
Development

No branches or pull requests

1 participant