[PR #7564] [MERGED] [AI] Fix Docker build for workspace:* dependencies #37400

Closed
opened 2026-04-21 00:27:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7564
Author: @MatissJanis
Created: 4/20/2026
Status: Merged
Merged: 4/22/2026
Merged by: @MatissJanis

Base: masterHead: claude/fix-issue-7561-xUUkE


📝 Commits (3)

  • 31343e8 [AI] Fix Docker build for workspace:* dependencies
  • 8cc4e7e [AI] Strip dev-only dirs from dereferenced workspace packages
  • 8aeba68 [AI] Rephrase 7564 release note to be user-facing

📊 Changes

4 files changed (+33 additions, -53 deletions)

View changed files

📝 .dockerignore (+3 -5)
📝 packages/sync-server/docker/alpine.Dockerfile (+12 -24)
📝 packages/sync-server/docker/ubuntu.Dockerfile (+12 -24)
upcoming-release-notes/7564.md (+6 -0)

📄 Description

Description

Restructure docker files in order to remove the direct references to the various packages/*. Technically this adds +30mb to the container, but it simplifies it quite a bit.. as we don't need to think about these containers the next time we create a new package.

Fixes https://github.com/actualbudget/actual/issues/7561

Testing

Run the container locally

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/7564 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 4/20/2026 **Status:** ✅ Merged **Merged:** 4/22/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `claude/fix-issue-7561-xUUkE` --- ### 📝 Commits (3) - [`31343e8`](https://github.com/actualbudget/actual/commit/31343e81226d53b8a993445e44f2d47c74c762b2) [AI] Fix Docker build for workspace:* dependencies - [`8cc4e7e`](https://github.com/actualbudget/actual/commit/8cc4e7e3aa658eaddbae7e2e3d01fdb10e851cf4) [AI] Strip dev-only dirs from dereferenced workspace packages - [`8aeba68`](https://github.com/actualbudget/actual/commit/8aeba680111316dc652e8a19e650765f021e207e) [AI] Rephrase 7564 release note to be user-facing ### 📊 Changes **4 files changed** (+33 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+3 -5) 📝 `packages/sync-server/docker/alpine.Dockerfile` (+12 -24) 📝 `packages/sync-server/docker/ubuntu.Dockerfile` (+12 -24) ➕ `upcoming-release-notes/7564.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://github.com/actualbudget/docs#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?--> Restructure docker files in order to remove the direct references to the various `packages/*`. Technically this adds +30mb to the container, but it simplifies it quite a bit.. as we don't need to think about these containers the next time we create a new package. ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> Fixes https://github.com/actualbudget/actual/issues/7561 ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> Run the container locally ## 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-04-21 00:27:10 -05:00
GiteaMirror changed title from [PR #7564] [AI] Fix Docker build for workspace:* dependencies to [PR #7564] [MERGED] [AI] Fix Docker build for workspace:* dependencies 2026-04-23 14:26:37 -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#37400