[PR #692] [MERGED] fix(nginx): revert nginx image to support arm/v7 #8725

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/692
Author: @PixelJonas
Created: 9/14/2022
Status: Merged
Merged: 9/14/2022
Merged by: @alextran1502

Base: mainHead: fix/nginx


📝 Commits (1)

  • c30219c fix(nginx): revert nginx image to support arm/v7

📊 Changes

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

View changed files

📝 nginx/Dockerfile (+2 -2)
📝 nginx/nginx.conf (+7 -1)

📄 Description

This PR fixes the nginx image not supporting arm/v7 when using ubi9-nginx as base image.

I changed the base-image to the official unprivileged version of the default nginx image


🔄 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/692 **Author:** [@PixelJonas](https://github.com/PixelJonas) **Created:** 9/14/2022 **Status:** ✅ Merged **Merged:** 9/14/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/nginx` --- ### 📝 Commits (1) - [`c30219c`](https://github.com/immich-app/immich/commit/c30219c44417b49b8e8ccb08867accbf2545a7ef) fix(nginx): revert nginx image to support arm/v7 ### 📊 Changes **2 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `nginx/Dockerfile` (+2 -2) 📝 `nginx/nginx.conf` (+7 -1) </details> ### 📄 Description This PR fixes the nginx image not supporting arm/v7 when using ubi9-nginx as base image. I changed the base-image to the official [unprivileged version of the default nginx image](https://hub.docker.com/r/nginxinc/nginx-unprivileged) --- <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:52:11 +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#8725