jorge07 / alpine-php

Multi Arch Alpine PHP Docker images. 5.6, 7{0,1,2,3,4}, 8.{1,2,3}
https://hub.docker.com/r/jorge07/alpine-php/
Apache License 2.0
129 stars 54 forks source link

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

Closed altaraven closed 3 years ago

altaraven commented 3 years ago

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 commented 3 years ago

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

reConNico commented 3 years ago

https://github.com/codecasts/php-alpine/issues/131#issuecomment-823983749

altaraven commented 3 years ago

Ok thanks

jorge07 commented 3 years ago

I've work to do, thanks!

jorge07 commented 3 years ago

Fix released

https://github.com/jorge07/alpine-php/actions/runs/840170989

jorge07 commented 3 years ago

Thx for let me know about the issue