[PR #2754] [MERGED] pin image digests #9688

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

📋 Pull Request Information

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

Base: mainHead: 2751


📝 Commits (1)

📊 Changes

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

View changed files

📝 machine-learning/Dockerfile (+4 -2)
📝 nginx/Dockerfile (+1 -1)

📄 Description

Manifest list digests can be found with:

docker buildx imagetools inspect python:3.11.4-bullseye
docker buildx imagetools inspect python:3.11.4-slim-bullseye
docker buildx imagetools inspect ghcr.io/nginxinc/nginx-unprivileged:1.25.0-alpine3.17

The node images are pinned in #2736

Fixes #2751
Partially fixes #2752


🔄 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/2754 **Author:** [@uhthomas](https://github.com/uhthomas) **Created:** 6/13/2023 **Status:** ✅ Merged **Merged:** 6/16/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `2751` --- ### 📝 Commits (1) - [`cf29642`](https://github.com/immich-app/immich/commit/cf29642bac60872c565b55a8e4193b3672477edd) pin image digests ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `machine-learning/Dockerfile` (+4 -2) 📝 `nginx/Dockerfile` (+1 -1) </details> ### 📄 Description Manifest list digests can be found with: ```sh docker buildx imagetools inspect python:3.11.4-bullseye docker buildx imagetools inspect python:3.11.4-slim-bullseye docker buildx imagetools inspect ghcr.io/nginxinc/nginx-unprivileged:1.25.0-alpine3.17 ``` The node images are pinned in #2736 Fixes #2751 Partially fixes #2752 --- <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:07 +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#9688