-
Notifications
You must be signed in to change notification settings - Fork 59
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
Bintray Package Repository down #131
Comments
@eXistenZNL We created a mirror on our infrastructure to build and deploy it with GitLab CI and use in our base images - feel free to use our mirror (on Google Storage with CloudFlare CDN). Sadly I don't have access to the pub key so we had to sign it with our own. As soon as I can get in touch with @hernandev (which is the official maintainer), I think there will be an official solution. So: please subscribe to this ticket.
|
@xarem thanks, for now I will be using the Alpine PHP 7.4 packages instead, as there is no need for us to use the Codecasts PHP 7.4 packages right now. @hernandev can you look at this issue please? It is currently already broken, with Bintray returning 403 Forbidden... |
@xarem I'll take a look into this today and get in touch so you can update it when I cant |
@xarem when I go to the link |
@oNguyenTienManh only Alpine 3.10 and higher is supported, please see here: https://github.com/codecasts/php-alpine#apk-repositories--release-cycle |
Could you please take a look at this? Which repository do you want to use? |
what's happening w/ this? @hernandev |
@xarem I am not sure the mirror is working either https://packages.whatwedo.ch/php-alpine/v3.11/php-7.4 i.e. https://packages.whatwedo.ch/php-alpine/v3.11/php-7.4/aarch64/APKINDEX.tar.gz |
this repo currently only supports |
Hi @xarem |
Hi @yifanfu You can use it in the Dockerfile like this, that works: FROM alpine:3.11 as base
RUN ALPINE_VERSION=`cat /etc/alpine-release | cut -d'.' -f-2` && \
wget -O /etc/apk/keys/php-alpine.rsa.pub https://packages.whatwedo.ch/php-alpine.rsa.pub && \
echo "@php https://packages.whatwedo.ch/php-alpine/v$ALPINE_VERSION/php-7.4" >> /etc/apk/repositories && \
apk update && \
apk --no-cache add \
php7@php |
I tried this for PHP 8.0, but it shows me below error:
If I try to access |
@xarem I'm also hosting again this project, but having your builds are essential for whenever mine is down and vice-versa. |
@renodesper you are trying to install the packages on a
I'm truly sorry |
Thank you for this, as hernandev DNS is no longer online :) This was stopping our builds ha, now with whatwedo we are back online :) |
@zackrspv can you post a fully working example for the repo provided by @xarem ? I wasn't able to find a working URL, but I always end up with a
error. I tried:
Ok so.. stupid me. Those URLs would point to directories - when trying them in a Browser the path to the actual files need to be given. The "latest" working one I found is
==> I.e. this should work in a Dockerfile:
|
The best thing to do is go to the base directory yourself in your browser: And then brows for what you need, so you can ensure you are using the right things. It's not a simple straight forward copy/pase as they preface most alpines with |
Is that working for you? That was my first attempt, but I only get
That's why I started "guessing".. |
This might be useful to someone - I removed these whatwedo packages and just use:
|
php.hernandev.com is back! |
That's good to hear - except I spent hours already re-working our docker images haha. For new ones I'll try hernandev again ;) Thank you for your diligence ;) |
Hmm it's great that it is back but I've since moved on... because the repo was down for hours or days on end so and that's not enough for me and my colleagues to to rely on sadly. |
Closing this ticket as the repo is back up. |
This is a heads up: Bintray will seize to exist rather soon.
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Although you picked Bintray as a package hosting platform in the past (which was a smart move at the time) it seems it's time to move again... 🤔
As always, thanks for all your work 👍
The text was updated successfully, but these errors were encountered: