[PR #4043] [MERGED] Fix missing alpine tag during buildx bake #40759

Closed
opened 2026-07-18 02:26:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4043
Author: @BlackDex
Created: 11/7/2023
Status: Merged
Merged: 11/7/2023
Merged by: @dani-garcia

Base: mainHead: fix-missing-alpine-tag


📝 Commits (1)

  • 7f89226 Fix missing alpine tag during buildx bake

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 docker/docker-bake.hcl (+7 -1)

📄 Description

The bake recipt was missing the single :alpine tag for the alpine builds when we were releasing a stable/latest version of Vaultwarden.

This PR fixes this by checking for those conditions and add the :alpine tag too.

We will keep the :latest-alpine also, which i find even nicer then just :alpine

Fixes #4035


🔄 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/4043 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/7/2023 **Status:** ✅ Merged **Merged:** 11/7/2023 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-missing-alpine-tag` --- ### 📝 Commits (1) - [`7f89226`](https://github.com/dani-garcia/vaultwarden/commit/7f892267d4af2c709e5a798230e90f33daa703e8) Fix missing alpine tag during buildx bake ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docker/docker-bake.hcl` (+7 -1) </details> ### 📄 Description The bake recipt was missing the single `:alpine` tag for the alpine builds when we were releasing a `stable/latest` version of Vaultwarden. This PR fixes this by checking for those conditions and add the `:alpine` tag too. We will keep the `:latest-alpine` also, which i find even nicer then just `:alpine` Fixes #4035 --- <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-07-18 02:26:44 -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#40759