[PR #3573] [MERGED] Update images to Bookworm and PQ15 and Rust v1.71 #3307

Closed
opened 2026-03-03 09:58:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/3573
Author: @BlackDex
Created: 6/11/2023
Status: Merged
Merged: 8/12/2023
Merged by: @dani-garcia

Base: mainHead: update-base-images-and-versions


📝 Commits (1)

  • aaeae16 Update images to Bookworm and PQ15

📊 Changes

23 files changed (+329 additions, -268 deletions)

View changed files

📝 .github/workflows/build.yml (+8 -3)
📝 .github/workflows/hadolint.yml (+1 -1)
📝 .github/workflows/release.yml (+2 -2)
📝 Cargo.lock (+217 -190)
📝 Cargo.toml (+16 -16)
📝 docker/Dockerfile.j2 (+13 -16)
📝 docker/amd64/Dockerfile (+3 -2)
📝 docker/amd64/Dockerfile.alpine (+5 -1)
📝 docker/amd64/Dockerfile.buildkit (+3 -2)
📝 docker/amd64/Dockerfile.buildkit.alpine (+5 -1)
📝 docker/arm64/Dockerfile (+3 -2)
📝 docker/arm64/Dockerfile.alpine (+5 -1)
📝 docker/arm64/Dockerfile.buildkit (+4 -3)
📝 docker/arm64/Dockerfile.buildkit.alpine (+5 -1)
📝 docker/armv6/Dockerfile (+3 -6)
📝 docker/armv6/Dockerfile.alpine (+7 -3)
📝 docker/armv6/Dockerfile.buildkit (+4 -7)
📝 docker/armv6/Dockerfile.buildkit.alpine (+7 -3)
📝 docker/armv7/Dockerfile (+3 -2)
📝 docker/armv7/Dockerfile.alpine (+5 -1)

...and 3 more files

📄 Description

This PR updates the base images to use Debian Bookworm as base image. Also the MUSL/Alpine builds now use OpenSSLv3 and PostgreSQL v15.

The GHA Workflows are updated to use Ubuntu 22.04 to better match the versions of Debian Bookworm.

Also:

  • Enabled spares crate registry
  • Updated workflow actions
  • Updated Rust to v1.71.1
  • The rust-musl images now use musl v1.2.3 for the 32bit arch's if the Rust version is v1.71.0 or higher.
    The 64bit arch's already used musl v1.2.3.
  • Updated crates.

Improves / Closes #3434


🔄 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/3573 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 6/11/2023 **Status:** ✅ Merged **Merged:** 8/12/2023 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-base-images-and-versions` --- ### 📝 Commits (1) - [`aaeae16`](https://github.com/dani-garcia/vaultwarden/commit/aaeae16983d83ce0cec3f1b4c841eb35b6555f43) Update images to Bookworm and PQ15 ### 📊 Changes **23 files changed** (+329 additions, -268 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+8 -3) 📝 `.github/workflows/hadolint.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+2 -2) 📝 `Cargo.lock` (+217 -190) 📝 `Cargo.toml` (+16 -16) 📝 `docker/Dockerfile.j2` (+13 -16) 📝 `docker/amd64/Dockerfile` (+3 -2) 📝 `docker/amd64/Dockerfile.alpine` (+5 -1) 📝 `docker/amd64/Dockerfile.buildkit` (+3 -2) 📝 `docker/amd64/Dockerfile.buildkit.alpine` (+5 -1) 📝 `docker/arm64/Dockerfile` (+3 -2) 📝 `docker/arm64/Dockerfile.alpine` (+5 -1) 📝 `docker/arm64/Dockerfile.buildkit` (+4 -3) 📝 `docker/arm64/Dockerfile.buildkit.alpine` (+5 -1) 📝 `docker/armv6/Dockerfile` (+3 -6) 📝 `docker/armv6/Dockerfile.alpine` (+7 -3) 📝 `docker/armv6/Dockerfile.buildkit` (+4 -7) 📝 `docker/armv6/Dockerfile.buildkit.alpine` (+7 -3) 📝 `docker/armv7/Dockerfile` (+3 -2) 📝 `docker/armv7/Dockerfile.alpine` (+5 -1) _...and 3 more files_ </details> ### 📄 Description This PR updates the base images to use Debian Bookworm as base image. Also the MUSL/Alpine builds now use OpenSSLv3 and PostgreSQL v15. The GHA Workflows are updated to use Ubuntu 22.04 to better match the versions of Debian Bookworm. Also: - Enabled spares crate registry - Updated workflow actions - Updated Rust to v1.71.1 - The rust-musl images now use musl v1.2.3 for the 32bit arch's if the Rust version is v1.71.0 or higher. The 64bit arch's already used musl v1.2.3. - Updated crates. Improves / Closes #3434 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 09:58:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#3307
No description provided.