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

Closed
opened 2026-04-16 12:34:18 -05: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: Closed

Base: mainHead: mysql-issues


📝 Commits (1)

  • 951b1e3 Revert 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6440 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mysql-issues` --- ### 📝 Commits (1) - [`951b1e3`](https://github.com/dani-garcia/vaultwarden/commit/951b1e3c90ffb6f729ec099647a4903925d1b5ab) Revert Debian to Bookworm ### 📊 Changes **7 files changed** (+88 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `.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) </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 Edit 2025-11-08: I tried using Bookworm, but that doesn't resolve the issue. --- <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 2026-04-16 12:34:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#8716