[PR #2491] [MERGED] Fix armv6 issue with bullseye images #3252

Closed
opened 2025-10-09 18:19:55 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2491
Author: @BlackDex
Created: 5/24/2022
Status: Merged
Merged: 5/24/2022
Merged by: @dani-garcia

Base: mainHead: issue-2490


📝 Commits (1)

  • 21b433c Fix armv6 issue with bullseye images

📊 Changes

3 files changed (+18 additions, -6 deletions)

View changed files

📝 docker/Dockerfile.j2 (+8 -6)
📝 docker/armv6/Dockerfile (+5 -0)
📝 docker/armv6/Dockerfile.buildx (+5 -0)

📄 Description

It looks like the armv6 bullseye images are missing a symlink to the
dynamic linker. The previous buster images had this symlink there,
bullseye does not.

This PR fixes adds that symlink again for only the Debian armv6 build.

resolves #2490


🔄 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/dani-garcia/vaultwarden/pull/2491 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 5/24/2022 **Status:** ✅ Merged **Merged:** 5/24/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `issue-2490` --- ### 📝 Commits (1) - [`21b433c`](https://github.com/dani-garcia/vaultwarden/commit/21b433c5d791c7f34f37fd7a3ed4b95fd32c76b4) Fix armv6 issue with bullseye images ### 📊 Changes **3 files changed** (+18 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docker/Dockerfile.j2` (+8 -6) 📝 `docker/armv6/Dockerfile` (+5 -0) 📝 `docker/armv6/Dockerfile.buildx` (+5 -0) </details> ### 📄 Description It looks like the armv6 bullseye images are missing a symlink to the dynamic linker. The previous buster images had this symlink there, bullseye does not. This PR fixes adds that symlink again for only the Debian armv6 build. resolves #2490 --- <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 2025-10-09 18:19:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3252