You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a new laravel project and when I tried to run sail up -d, I got and ERROR [laravel.test internal] load metadata for sail-8.4/app:latest failed to solve: sail-8.4/app: failed to resolve source metadata for sail-8.4/app:latest: failed to do request: Head "https://sail-8.4/v2/app/manifests/latest": dialing sail-8.4:443 container via direct connection because has no HTTPS proxy: connecting to sail-8.4:443: dial tcp: lookup sail-8.4: no such host
Steps To Reproduce
1- laravel new XXXX
2- composer require laravel/sail --dev
3- ./vendor/bin/sail up
The text was updated successfully, but these errors were encountered:
In the docker compose yaml that sail is using they used laravel.test for the service name which is not allowed anymore and the image also has a dot which results in the docker trying to pull that image because I think it sees that as a valid domain
Sail Version
1.18
Laravel Version
10.10
PHP Version
8.1
Operating System
macOS
OS Version
15.3.1
Description
I created a new laravel project and when I tried to run sail up -d, I got and ERROR [laravel.test internal] load metadata for sail-8.4/app:latest failed to solve: sail-8.4/app: failed to resolve source metadata for sail-8.4/app:latest: failed to do request: Head "https://sail-8.4/v2/app/manifests/latest": dialing sail-8.4:443 container via direct connection because has no HTTPS proxy: connecting to sail-8.4:443: dial tcp: lookup sail-8.4: no such host
Steps To Reproduce
1- laravel new XXXX
2- composer require laravel/sail --dev
3- ./vendor/bin/sail up
The text was updated successfully, but these errors were encountered: