[PR #7840] [MERGED] fix healthcheck script #77412

Closed
opened 2026-05-16 19:18:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7840
Author: @matt-fidd
Created: 5/14/2026
Status: Merged
Merged: 5/14/2026
Merged by: @matt-fidd

Base: masterHead: docker/healthcheck


📝 Commits (5)

  • 8c156a4 fix healthcheck script
  • eaa5421 note
  • c1db2f1 test release docker image
  • 56aca00 Merge branch 'master' into docker/healthcheck
  • 2a73ee6 Merge branch 'master' into docker/healthcheck

📊 Changes

6 files changed (+60 additions, -5 deletions)

View changed files

📝 .github/workflows/docker-edge.yml (+8 -3)
📝 .github/workflows/docker-release.yml (+38 -0)
📝 packages/sync-server/docker-compose.yml (+2 -2)
📝 packages/sync-server/docker/alpine.Dockerfile (+3 -0)
📝 packages/sync-server/docker/ubuntu.Dockerfile (+3 -0)
upcoming-release-notes/7840.md (+6 -0)

📄 Description

Description

I imagine this changed when we swapped build method, scripts are now exposed a level down so the healthcheck wasn't resolving them. Changed the default dockerfiles to point at the new location and put in a symlink for backwards compatibility. Also thought if we have the healthcheck we might as well use it to test the docker file, plus it would catch this sort of thing in future.

While I was there I noticed we don't actually test the release image so I added that in too

https://github.com/actualbudget/actual/issues/7830

Testing

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7840 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 5/14/2026 **Status:** ✅ Merged **Merged:** 5/14/2026 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `docker/healthcheck` --- ### 📝 Commits (5) - [`8c156a4`](https://github.com/actualbudget/actual/commit/8c156a4179267aa059961d162eefa9f3e18312ff) fix healthcheck script - [`eaa5421`](https://github.com/actualbudget/actual/commit/eaa5421479e943be199ea8b7a0d7637a9347b32a) note - [`c1db2f1`](https://github.com/actualbudget/actual/commit/c1db2f199091c46c334bcac0e720bed16d3ab4cb) test release docker image - [`56aca00`](https://github.com/actualbudget/actual/commit/56aca009a878cf7783930e696f3b005e6f1404b4) Merge branch 'master' into docker/healthcheck - [`2a73ee6`](https://github.com/actualbudget/actual/commit/2a73ee6057bc49befedfb7d59adb628e7f372fd8) Merge branch 'master' into docker/healthcheck ### 📊 Changes **6 files changed** (+60 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-edge.yml` (+8 -3) 📝 `.github/workflows/docker-release.yml` (+38 -0) 📝 `packages/sync-server/docker-compose.yml` (+2 -2) 📝 `packages/sync-server/docker/alpine.Dockerfile` (+3 -0) 📝 `packages/sync-server/docker/ubuntu.Dockerfile` (+3 -0) ➕ `upcoming-release-notes/7840.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://actualbudget.org/docs/contributing/#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> I imagine this changed when we swapped build method, scripts are now exposed a level down so the healthcheck wasn't resolving them. Changed the default dockerfiles to point at the new location and put in a symlink for backwards compatibility. Also thought if we have the healthcheck we might as well use it to test the docker file, plus it would catch this sort of thing in future. While I was there I noticed we don't actually test the release image so I added that in too ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> https://github.com/actualbudget/actual/issues/7830 ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-16 19:18:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#77412