[PR #851] [MERGED] feat(immich-server) use ubuntu base-image #8784

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/851
Author: @PixelJonas
Created: 10/23/2022
Status: Merged
Merged: 10/24/2022
Merged by: @alextran1502

Base: mainHead: feat/nodejs-baseimage


📝 Commits (1)

  • 61ba55d feat(immich-server) use ubuntu base-image

📊 Changes

2 files changed (+20 additions, -6 deletions)

View changed files

📝 server/.dockerignore (+1 -0)
📝 server/Dockerfile (+19 -6)

📄 Description

this changes the base-image for immich-server from node:16-alpine3.14
to
node:16-slim

There is an open issue with alpine DNS resolving which breaks immich-microservice when deployed on
kubernetes.

This fixes https://github.com/immich-app/immich-charts/issues/4

Signed-off-by: PixelJonas 5434875+PixelJonas@users.noreply.github.com


🔄 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/851 **Author:** [@PixelJonas](https://github.com/PixelJonas) **Created:** 10/23/2022 **Status:** ✅ Merged **Merged:** 10/24/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/nodejs-baseimage` --- ### 📝 Commits (1) - [`61ba55d`](https://github.com/immich-app/immich/commit/61ba55dce433ed5fb09d347ea722e2fddd9c9f07) feat(immich-server) use ubuntu base-image ### 📊 Changes **2 files changed** (+20 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `server/.dockerignore` (+1 -0) 📝 `server/Dockerfile` (+19 -6) </details> ### 📄 Description this changes the base-image for immich-server from `node:16-alpine3.14` to `node:16-slim` There is an open issue with alpine DNS resolving which breaks immich-microservice when deployed on kubernetes. This fixes https://github.com/immich-app/immich-charts/issues/4 Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com> --- <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 13:53:14 +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#8784