The public installation of Bors is currently running build e2c5e85
.
I installed Bors on my own server using docker-compose
(per the tutorial here), and the borsng/bors-ng
Docker image contains build cde7105
of Bors.
Could we update the version of Bors inside the borsng/bors-ng
Docker image? I have tried running docker pull borsng/bors-ng && docker-compose up --force-recreate -d
, but I still end up with build cde7105
.
1 Like
Urk, you're right. The Docker Hub builds have been broken for awhile (I blame the somewhat-but-not-really recent migration that Docker did on their build infrastructure). It was complaining that it didn't have permission to fetch the repository.
Built it.
1 Like
Great, thank you!
So going forward, will the Docker Hub builds happen automatically?
1 Like
Yes, they should. Docker Hub builds are always supposed to happen automatically. I'm not sure if I just didn't notice, or if they legitimately didn't send me a notice saying that they were broken.
1 Like