codecasts / php-alpine

PHP APK Repository for Alpine Linux
https://github.com/codecasts/php-alpine
483 stars 58 forks source link

dl.bintray.com repo issue for alpine 3.9 #110

Closed ekarmazin closed 3 years ago

ekarmazin commented 4 years ago

We found that our alpine 3.9 can't download any packages for PHP 7.3.21 anymore due to:

fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
fetch https://dl.bintray.com/php-alpine/v3.9/php-7.3/x86_64/APKINDEX.tar.gz
ERROR: https://dl.bintray.com/php-alpine/v3.9/php-7.3: No such file or directory
WARNING: Ignoring APKINDEX.c13670cc.tar.gz: No such file or directory

Why apkindex.tar.gz was removed and when should it be fixed?

Also, if we upgrade alpine to 3.11 would it work with PHP 7.3.21 as the 3.9 was?

biksu commented 4 years ago

I have the same problem. Can you restore APKINDEX for alpine 3.9, php 7.3?

rohmanie55 commented 3 years ago

here with same problem hope it can fix soon.

Olejs commented 3 years ago

the same problem here

hernandev commented 3 years ago

shit, gonna upload everything again in a bit guys

hernandev commented 3 years ago

and please start moving away from that older versions, Alpine 3.9 is really really old and almost, if not already, on EOS/EOL

hernandev commented 3 years ago

@biksu @Olejs @rohmanie55 @ekarmazin please try it now. if not working, I will rebuild this to check out what's happening :) thank you for your patience guys!

ekarmazin commented 3 years ago

@hernandev tested, worked! Thank you!