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

dl.bintray.com is not available for php 7.3, 7.4, 8.0 #86

Closed
altaraven opened this issue May 4, 2021 · 6 comments
Closed

dl.bintray.com is not available for php 7.3, 7.4, 8.0 #86

altaraven opened this issue May 4, 2021 · 6 comments

Comments

@altaraven
Copy link

altaraven commented May 4, 2021

E.g this url is not responding
https://dl.bintray.com/php-alpine/v3.10/php-7.4

fetch https://dl.bintray.com/php-alpine/v3.10/php-7.4/x86_64/APKINDEX.tar.gz
WARNING: Ignoring https://dl.bintray.com/php-alpine/v3.10/php-7.4/x86_64/APKINDEX.tar.gz: Permission denied
WARNING: The repository tag for world dependency 'php7@cast' does not exist
WARNING: The repository tag for world dependency 'php7-apcu@cast' does not exist
WARNING: The repository tag for world dependency 'php7-bcmath@cast' does not exist
WARNING: The repository tag for world dependency 'php7-common@cast' does not exist
WARNING: The repository tag for world dependency 'php7-ctype@cast' does not exist
....

I was trying to install some additional modules for PHP

FROM jorge07/alpine-php:7.4.0-dev

RUN apk add -U --no-cache \
    php7-gmp@cast \
    php7-ftp@cast
@jorge07
Copy link
Owner

jorge07 commented May 4, 2021

Yes, affected by this codecasts/php-alpine#135
Not much I can do but wait right now. You can always use the alpine repository instead.

@reConNico
Copy link

@altaraven
Copy link
Author

Ok thanks

@jorge07
Copy link
Owner

jorge07 commented May 5, 2021

I've work to do, thanks!

@jorge07
Copy link
Owner

jorge07 commented May 13, 2021

@jorge07
Copy link
Owner

jorge07 commented May 13, 2021

Thx for let me know about the issue

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

No branches or pull requests

3 participants