-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
[Bug]: Docker images not yet updating #659
Comments
Idk why the docker builds are failing. Feel free to look into it… |
@josephdadams I have no real clue, but I think, what ChatGPT is saying sounds quite reasonable:
|
Actually, that's probably not the problem. The workflow should only run on tags, so only for released versions and not for every commit to main. |
Yeah @hrueger is correct. The actual workflow doesn't finish for some reason. I am in the process of adjusting when the workflows should run (on release) but that won't solve why it doesn't finish... |
Is this related to linux/arm/v6 or is it only a coincidence since it is the last platform in the list? |
I’m really not sure. Let’s try running it again and see what happens. I’ll do that now. |
@josephdadams As far as I can see it run successfully, but it couldn't be pushed to docker hub, as there is some tag problem again. |
It's the multiarch build that fails and that one seems to only run on tags. Idk very much about this obviously. |
I found out it was related to docker and QEMU, the emulation layer for the various architectures, causing npm to hang up, hence the jobs never finish. Rolled back node from v20 to v18 and it worked... |
Oh I also had to drop s390x support to get it to build. Idk why. |
Good that it worked in the manual run with One thing that has been nagging me is that in docker.yml @master is used instead of specific releases on, e.g., |
Specifying specific releases would be better. I support fixing this. |
What happened?
I was trying to upgrade to 3.0.8 via docker hub:
Latest working version is
image: josephdadams/tallyarbiter:v3.0.1
Latest update on docker hub:
https://hub.docker.com/r/josephdadams/tallyarbiter
2 years ago.
Would be lovely if this could be fixed. :)
Version
3.0.8
Distribution
Docker
OS
Linux
What browsers are you seeing the problem on?
No response
If applicable, What Listener Clients are You Using?
No response
TallyArbiter configuration
No response
Relevant log output
Error stacktrace (if applicable)
No response
The text was updated successfully, but these errors were encountered: