domibarton/docker-sabnzbd

Dockerhub build seems broken

sanderkoenders opened this issue · 6 comments

I made tag 2.3.9 and pushed master + develop build no build seem to run. Any idea what's wrong @domibarton?

See: https://github.com/domibarton/docker-sabnzbd/blob/develop/.travis.yml

docker tag ...
docker login
docker push ...

is missing in after_success section.
So my bet is that the image was pushed manually to hub.docker.com in the past.

If docker hub builder (autobuilds) was configured at hub.docker.com then you should visit that config page and check why it failed and maybe restart it.

Confirmed, you are using docker hub builder.
As one can see here: https://hub.docker.com/r/sabnzbd/sabnzbd/builds

Your last commit shows that there was a failure (red X next to your commit):
https://github.com/domibarton/docker-sabnzbd/commits/master
...but the details page is not visable to me. I guess only @domibarton is the only one that has access permissions to that page.

Unfortunately I am not able to see that page either..

Edit: it seems like this issue is caused by jessie-backports no longer being available for some packages. Since jessie is quite old and buster has just been released I think it would be best to put some effort into upgrading the image to debian buster.

I updated the image to Debian Buster and made the Dockerfile a little cleaner in the process. I currently have version 2.3.9 up and running. Tag build should be finished soon!

Thanks @Archcry, sorry for the delay.