jorge07/alpine-php

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

Closed this issue · 6 comments

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

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.

Ok thanks

I've work to do, thanks!

Thx for let me know about the issue