[PR #7484] [MERGED] chore: build tweaks #11653

Closed
opened 2026-02-05 14:43:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/7484
Author: @jrasm91
Created: 2/28/2024
Status: Merged
Merged: 2/29/2024
Merged by: @jrasm91

Base: mainHead: dev/docker-build


📝 Commits (1)

📊 Changes

4 files changed (+18 additions, -15 deletions)

View changed files

📝 .dockerignore (+13 -12)
📝 .github/workflows/test.yml (+1 -1)
📝 server/e2e/docker-compose.server-e2e.yml (+1 -0)
📝 server/src/test-utils/utils.ts (+3 -2)

📄 Description

  • don't write to github action cache (with the base image there does not seem to be much benefit to caching as the build is faster without it)
  • don't send test assets to the docker build context
  • Use system tmp directory
  • Only download chrome browser

🔄 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/immich-app/immich/pull/7484 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 2/28/2024 **Status:** ✅ Merged **Merged:** 2/29/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `dev/docker-build` --- ### 📝 Commits (1) - [`7525d7d`](https://github.com/immich-app/immich/commit/7525d7df0b9b03238959439cd4f7cb8a9eb045c0) chore: build tweaks ### 📊 Changes **4 files changed** (+18 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+13 -12) 📝 `.github/workflows/test.yml` (+1 -1) 📝 `server/e2e/docker-compose.server-e2e.yml` (+1 -0) 📝 `server/src/test-utils/utils.ts` (+3 -2) </details> ### 📄 Description * ~~don't write to github action cache (with the base image there does not seem to be much benefit to caching as the build is faster without it)~~ * don't send test assets to the docker build context * Use system tmp directory * Only download chrome browser --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:43:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11653