ambientum / ambientum

Docker native solution for running Laravel projects. From Development to Production
MIT License
516 stars 100 forks source link

Dead DNS domain #153

Open erickskrauch opened 1 year ago

erickskrauch commented 1 year ago

Hello. We're facing this errors on our CI pipelines

$ sudo apk add --update --no-cache patch
fetch http://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz
fetch https://php.hernandev.com/v3.13/php-8.1/x86_64/APKINDEX.tar.gz
WARNING: Ignoring https://php.hernandev.com/v3.13/php-8.1: DNS lookup error

Seems like https://hernandev.com is dead. Is there any workaround?

evaldobarbosa commented 1 year ago

Same problem here.

alehostert commented 1 year ago

The repo is going 404 now:

FROM ambientum/php:7.4-nginx
2.763 ERROR: https://php.hernandev.com/v3.11/php-7.4: No such file or directory
2.763 WARNING: Ignoring https://php.hernandev.com/v3.11/php-7.4: No such file or directory
2.787 WARNING: The repository tag for world dependency 'php7@php' does not exist
...
2.787 WARNING: The repository tag for world dependency 'php7-zlib@php' does not exist
2.787 ERROR: Not committing changes due to missing repository tags. Use --force-broken-world to override.