Open
Description
Preconditions
- Local development environment without PHP installed locally.
- Using the latest release: 1.4.2
Steps to reproduce
- Follow the documentation: https://developer.adobe.com/commerce/cloud-tools/docker/setup/initialize-docker/#update-the-hosts-file-and-install-dependencies
- Execute command changing the version to latest (1.4.2): curl -sL https://github.com/magento/magento-cloud-docker/releases/download/1.4.2/init-docker.sh | bash -s -- --php 8.2
Expected result
- Install the template dependencies and add the default hostname to /etc/hosts
Actual result
- Curl fails: [Error](bash: line 1: Not: command not found) (Missing init-docker.sh script on release download assets)
Additional Information
A related issue was already solved, but only for older versions: #356. Maybe the process to create the init-docker.sh artifact is broken?
Metadata
Metadata
Assignees
Labels
No labels