mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #2491] [MERGED] Fix armv6 issue with bullseye images #3252
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.