-
Notifications
You must be signed in to change notification settings - Fork 227
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
Docker images #2
Comments
Seems like there's an action, but it's not working https://github.com/element-hq/synapse/actions/runs/7198436857 edit: Wrote it in spanish 😅 |
The |
Will there be a github action for automatically building docker image for this repo? If so, do we need to change our docker image name to match it? |
The action is actually there as it's been just forked. So they only need to add the secrets.
Nope, as stated on this issue, it's not working, matrixdotorg/synapse:latest is broken since yesterday. |
This isn't true, and I wouldn't have said what I said if I didn't successfully deploy it. The very image you referenced does not have that exit condition:
and neither does the
and, of course, the GitHub Container Registry image will stay broken since the repo is archived now. Although, seeing them pushing new images manually probably means that force-pinning a known-working image is a smarter move here. |
So... It's been fixed by now. That's cool (altough, it's a little worrysome that it's been done silently). When I reported it, the :latest image was broken on DH
I might be a little paranoid, but I wouldn't dare use that one, I can't find it on the CI, I agree that it seems to have been manually pushed... I'd argue to keep this issue open until they have the new CI set up, so people can be informed. |
A little communication would have been cool too... |
I'm running |
Ah, yeah, that's a different hash... :/ I agree that it's super confusing, and very frustrating. |
Hi all, Firstly: we're really sorry that we messed up and broke the docker images, that was entirely unintentional on our part. We were aiming to make this as seamless as possible for people using packages. Hopefully both docker hub and gchr.io have working images for Going forwards I mean to try and change our CI to ensure that Please do shout if people have any further problems with docker images. |
Thanks, this clarification is definitely the way to go.
That makes it so it's trazable to the CI runs too, wich is perfect!
This is a great idea. Will be a nice compromise to those who want to still be on the latest release, and, if we want to keep on bleeding edge and test things out, there's the development image (wich I hope will still be kept) |
Thank you for the clarification! I believe I'm not alone when I say you do not need to apologize. It's a huge change and things happen. I'm very thankful for your dedication to this amazing project (and again I don't believe I'm alone in it)! Also: |
So after switching branches, the new version of the image is no longer uploaded to Docker Hub? |
Migration to the new repository has been already "enforced" as per matrix-org/synapse@e1f8440
Wich led to docker images latest ( https://hub.docker.com/layers/matrixdotorg/synapse/latest/images/sha256-f0b0eb32dfe513c3901c9ff4fa5672723c2c0c25c38b06261a95f985a441850b?context=explore ) and development ( https://hub.docker.com/layers/matrixdotorg/synapse/develop/images/sha256-e73a72c932d69d1ca28bb959ad3a48ed58a5e3e2743adfd90fd5058006721e2c?context=explore ) being broken.
As of now, every docker user that wants to have their images up-to-date can't really do it...
The text was updated successfully, but these errors were encountered: