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.
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:issue-2490📝 Commits (1)
21b433cFix 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.