mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
[PR #6440] Only build Alpine, stop building Debian #3639
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: 🔄 Open
Base:
main← Head:mysql-issues📝 Commits (1)
ebf84edOnly build Alpine, stop building Debian📊 Changes
4 files changed (+72 additions, -50 deletions)
View changed files
📝
.github/workflows/release.yml(+9 -3)📝
Cargo.lock(+44 -44)📝
Cargo.toml(+2 -2)📝
docker/docker-bake.hcl(+17 -1)📄 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.