mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 00:53:23 -05:00
[PR #6440] [CLOSED] Only build Alpine, stop building Debian #16622
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/6440
Author: @BlackDex
Created: 11/5/2025
Status: ❌ Closed
Base:
main← Head:mysql-issues📝 Commits (1)
951b1e3Revert Debian to Bookworm📊 Changes
7 files changed (+88 additions, -66 deletions)
View changed files
📝
.github/workflows/release.yml(+9 -3)📝
Cargo.lock(+54 -54)📝
Cargo.toml(+4 -4)📝
docker/Dockerfile.debian(+1 -1)📝
docker/Dockerfile.j2(+1 -1)📝
docker/docker-bake.hcl(+17 -1)📝
macros/Cargo.toml(+2 -2)📄 Description
There are currently several issues with Debian (and other distro's) using MariaDB.
Since there is no clean way to use Oracle's MySQL packages we are currently forced to stop building Debian containers.
This commit will build Alpine as the one and only container image, and will use the same tags as the Debian builds did.
For more details read:
Fixes #6416
Edit 2025-11-08:
I tried using Bookworm, but that doesn't resolve the issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.