[PR #4754] [MERGED] Docker base image upgrade to Ubuntu 24 #4749

Closed
opened 2026-02-22 18:36:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4754
Author: @timothycarambat
Created: 12/10/2025
Status: Merged
Merged: 12/10/2025
Merged by: @timothycarambat

Base: masterHead: maint/upgrade-docker-base-image


📝 Commits (6)

  • 9d6e17a test base image bump
  • b5a0474 patch frontend compilation due to Vite QEMU exception
  • 7ee63c8 Merge branch 'master' into maint/upgrade-docker-base-image
  • c0e5ec7 migrate all runners to arm64 to avoid QEMU slowdown
  • 14fd59d add back layer cleanup
  • ac702f3 remove layer cache fix

📊 Changes

4 files changed (+55 additions, -60 deletions)

View changed files

📝 .github/workflows/build-and-push-image-semver.yaml (+1 -4)
📝 .github/workflows/build-and-push-image.yaml (+1 -4)
📝 .github/workflows/dev-build.yaml (+31 -36)
📝 docker/Dockerfile (+22 -16)

📄 Description

Bump base image of Docker container for modernization and security improvements
connects #4745

Upgrades the base docker image to Ubuntu 24 (Noble)
Upgrades GH runners to Ubuntu 22 ARM so that we no longer need to run QEMU in the image which has long since caused long build times.


🔄 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/Mintplex-Labs/anything-llm/pull/4754 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 12/10/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `maint/upgrade-docker-base-image` --- ### 📝 Commits (6) - [`9d6e17a`](https://github.com/Mintplex-Labs/anything-llm/commit/9d6e17af946ead01c07a0eb152557a37be4bac7c) test base image bump - [`b5a0474`](https://github.com/Mintplex-Labs/anything-llm/commit/b5a0474be11cf102fde8fe8118cdf16277b85745) patch frontend compilation due to Vite QEMU exception - [`7ee63c8`](https://github.com/Mintplex-Labs/anything-llm/commit/7ee63c8264111e4b94bd19b19133d7b426f9abc6) Merge branch 'master' into maint/upgrade-docker-base-image - [`c0e5ec7`](https://github.com/Mintplex-Labs/anything-llm/commit/c0e5ec787356eca4d9fb04bf061694d6a3b86f53) migrate all runners to arm64 to avoid QEMU slowdown - [`14fd59d`](https://github.com/Mintplex-Labs/anything-llm/commit/14fd59d25f6d9cb54655957d80032be3e161c202) add back layer cleanup - [`ac702f3`](https://github.com/Mintplex-Labs/anything-llm/commit/ac702f3b2e50d40454891871b534015c485adc5f) remove layer cache fix ### 📊 Changes **4 files changed** (+55 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image-semver.yaml` (+1 -4) 📝 `.github/workflows/build-and-push-image.yaml` (+1 -4) 📝 `.github/workflows/dev-build.yaml` (+31 -36) 📝 `docker/Dockerfile` (+22 -16) </details> ### 📄 Description Bump base image of Docker container for modernization and security improvements connects #4745 Upgrades the base docker image to Ubuntu 24 (Noble) Upgrades GH runners to Ubuntu 22 ARM so that we no longer need to run QEMU in the image which has long since caused long build times. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:27 -05:00
yindo closed this issue 2026-02-22 18:36:27 -05:00
yindo changed title from [PR #4754] Docker base image upgrade to Ubuntu 24 to [PR #4754] [MERGED] Docker base image upgrade to Ubuntu 24 2026-06-05 15:20:11 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4749