-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
flaky tests prevent pushing images - latest Dockerfile does NOT reflect latest Nextcloud Update from 27.1.3 to 27.1.4 #2104
Comments
Because it has flaky test https://github.com/nextcloud/docker/actions/runs/6985847840 that prevent pushing images. |
Hey, thanks for pointing that out to me.... My research didn't go that far. 🙏 |
I just tried to update Nextcloud through the web ui, but got a 404 when trying to open the updater. Is that expected? Am I supposed to only do updates with docker compose? |
Yes, here too. If I remember correctly, this seems to be the NORMAL BEHAVIOR when running Nextcloud as a Docker image. In the past, I could always use the "docker-compose" routines to start an updated Nextcloud after deleting the old image and container. (Or in my case use the Portainer frontend as you can see here). I wonder, if waiting "is enough" in this case and if someone is fixing the flaky tests in CI/CD, so that the updated images get shipped? 🤔 At the moment the newest Nextcloud Image on Docker Hub is still "ENV NEXTCLOUD_VERSION=27.1.3". |
Hello. I really don't know what's going on here (sorry!), but as of now there's only one faulty test left: 27.1.4-apache (i386) failed
Hopefully all images get pushed to Docker Hub after the next run, if all tests went fine!? |
It's been a couple of months since the action has completed successfully. I hope someone is looking into fixing what's wrong. |
All the other test have the same error messages, but exit with success: https://github.com/nextcloud/docker/actions/runs/7012426462/job/19076931026 the postgres database is not set up sucessfully for the tests.
|
So curious about previous image updates like this one https://github.com/nextcloud/docker/actions/runs/6979766289/job/18993721739 all green but the log got many database connection failures, technically I don't know what is success criteria is, I thought triple database installation/deployment test. But seems not it or intended too but not really working. |
Since the lastest images build run seems to have been successful, I am closing this issue. |
Hi.
The latest master branch only contains the previous version 27.1.3
=> see master Dockerfile here: 4c24a2a#diff-ba531c54643576be3aab1b9c8dd47b669d4a27f024512ecb1506cae5ec6b61bf
The Update has been commited yesterday.
=> see commited/updated Dockerfile here: 44e01e1#diff-ba531c54643576be3aab1b9c8dd47b669d4a27f024512ecb1506cae5ec6b61bf
So, the commited update hasn't found its way into the master branch and/or is NOT included in the official Nextcloud Image on Docker Hub.
So docker-compse does no nextcloud-27.1.4 update, because 'latest' still refers to 27.1.3.
Do I miss or missunderstand somthing in general here?
Thanks in advance (and sorry, if it's not an issue but a noob question!)
The text was updated successfully, but these errors were encountered: