[PR #6440] Only build Alpine, stop building Debian #3639

Open
opened 2025-11-07 08:18:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6440
Author: @BlackDex
Created: 11/5/2025
Status: 🔄 Open

Base: mainHead: mysql-issues


📝 Commits (1)

  • ebf84ed Only 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6440 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/5/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `mysql-issues` --- ### 📝 Commits (1) - [`ebf84ed`](https://github.com/dani-garcia/vaultwarden/commit/ebf84edacbcdc2adaafa3b363e2e296e4a4b24fd) Only build Alpine, stop building Debian ### 📊 Changes **4 files changed** (+72 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+9 -3) 📝 `Cargo.lock` (+44 -44) 📝 `Cargo.toml` (+2 -2) 📝 `docker/docker-bake.hcl` (+17 -1) </details> ### 📄 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: - https://github.com/dani-garcia/vaultwarden/issues/6416 - https://github.com/diesel-rs/diesel/issues/4699 - https://github.com/diesel-rs/diesel/discussions/4806 - https://jira.mariadb.org/browse/CONC-782 Fixes #6416 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-07 08:18:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#3639