-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
New docker images aren't being created on releases #8904
Comments
Thanks for opening this issue!
|
🎉 This change has been released in version 7.0.0-alpha.13 |
Reopneing; building docker image fails, see for example https://github.com/parse-community/parse-server/actions/runs/7907865797/job/21585886190:
|
Taking a look and will report back with a fix... |
My initial guess is this error might be random, I see 7.0.0-alpha.13, https://hub.docker.com/layers/parseplatform/parse-server/7.0.0-alpha.13/images/sha256-dc68755c92c66ea70c2437cdc59ced526a0f82d9fdfbfdfb55ecf731785cdb50?context=explore, created an image which was the release right after #8905 was merged. I’ll wait to see if it fails consistently, but looks like a random network issue https://github.com/parse-community/parse-server/actions/runs/7907865797/job/21585886190#step:8:705 |
Restarted all failed docker jobs since the fix and they all failed again. Also tried the manual workflow. Maybe the chained command could be broken up to get a more detailed error? |
🎉 This change has been released in version 7.0.0-alpha.24 |
🎉 This change has been released in version 6.5.3 |
🎉 This change has been released in version 7.0.0-beta.1 |
🎉 This change has been released in version 7.0.0 |
New Issue Checklist
Issue Description
Docker images stopped deploying on releases for 3+ months https://hub.docker.com/r/parseplatform/parse-server/tags. Instead, the dock CI hangs.
I have a workaround for the issue, will submit shortly, as the problem consist of all a couple of items I've seen in the docker community. The parse-dashboard repo doesn't have this issue because GitHub actions in that repo is only building for the
linux/amd64
platform which doesn't require QEMU or buildx.Steps to reproduce
Attempt to do a new release.
Actual Outcome
No new image is created
Expected Outcome
A new image on docker hub
Environment
Server
6.4.0
andalpha
Linux
local
Database
N/A
N/A
N/A
Client
N/A
N/A
Logs
See https://github.com/parse-community/parse-server/actions/runs/7616018905/job/20741904342
The text was updated successfully, but these errors were encountered: