stevesbrain / bitlbee-docker

🐳 BitlBee on Alpine with Plugins Docker Container
https://hub.docker.com/r/vanityshed/bitlbee-alpine-plugins
7 stars 11 forks source link

Find better automated build options #10

Open stevesbrain opened 6 years ago

stevesbrain commented 6 years ago

Docker's offering on automated builds seems to create a resulting image that always fails. Not sure what it doesn't like, but it never builds properly. Need to search for some alternative automated build solutions that are more reliable.

stevesbrain commented 6 years ago

Whilst automated builds aren't work, I've given you direct access to the Docker repo as well @realies, so you can also push to there.

realies commented 6 years ago

I don't have any issues with automated builds when using Jenkins to monitor remote repositories and automatically committing updates to the Dockerfile which then triggers a rebuild on the Docker hub. What seems to be the issue when you have an automated repository linked to bitlbee-docker?

stevesbrain commented 6 years ago

Basically, the automated builds themselves seem to end up with many of the plugins refusing to work/load in the resulting image. It may have just been an Alpine 3.6 issue - I'll trigger a build for Alpine 3.7 now and see if it's any better

realies commented 6 years ago

Would be interested to see the build log if it fails. Can also look into integrating automated Jenkins updates if you are happy with the idea.

stevesbrain commented 6 years ago

Completely happy with that idea if this fails 👍

realies commented 6 years ago

Seeing there is a queued build from 4 hours ago, is that what you mean?

stevesbrain commented 6 years ago

@realies Still waiting on that one to finish for testing; normally it finishes within an hour, but the resultant image is not "functional". Maybe it's just a busy day for docker builds!