[PR #2736] [MERGED] update node images #9683

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2736
Author: @uhthomas
Created: 6/12/2023
Status: Merged
Merged: 6/13/2023
Merged by: @alextran1502

Base: mainHead: 2156-node-alpine-images


📝 Commits (1)

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 server/Dockerfile (+2 -2)
📝 web/Dockerfile (+1 -1)

📄 Description

This is required to support raw images as Alpine 3.18 included fixes to imagemagick.

Related: #2156

In addtion, the images have stricter tags and are pinned with a digest. The manifest list digest can be found using:

❯ docker buildx imagetools inspect node:18.16.0-alpine3.18

🔄 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/2736 **Author:** [@uhthomas](https://github.com/uhthomas) **Created:** 6/12/2023 **Status:** ✅ Merged **Merged:** 6/13/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `2156-node-alpine-images` --- ### 📝 Commits (1) - [`cbe92e4`](https://github.com/immich-app/immich/commit/cbe92e4748667a106487ec9bb03fbe72fb4cd25d) update node images ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/Dockerfile` (+2 -2) 📝 `web/Dockerfile` (+1 -1) </details> ### 📄 Description This is required to support raw images as Alpine 3.18 included fixes to imagemagick. Related: #2156 In addtion, the images have stricter tags and are pinned with a digest. The manifest list digest can be found using: ```sh ❯ docker buildx imagetools inspect node:18.16.0-alpine3.18 ``` --- <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:09:03 +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#9683