[PR #1763] [MERGED] rework docker tags #2303

Closed
opened 2025-12-29 03:20:37 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1763
Author: @kradalby
Created: 2/16/2024
Status: Merged
Merged: 2/17/2024
Merged by: @kradalby

Base: mainHead: rework-docker-tags


📝 Commits (2)

📊 Changes

2 files changed (+38 additions, -21 deletions)

View changed files

📝 .goreleaser.yml (+36 -21)
📝 CHANGELOG.md (+2 -0)

📄 Description

This commit tries to align the new docker tags with the old schema

A prerelease will end up with the following tags:

  • unstable
  • v0.23.0-alpha3
  • 0.23.0-alpha3
  • sha-1234adsfg

A release will end up with:

  • latest
  • stable
  • v0.23.0
  • v0.23
  • v0
  • 0.23.0
  • 0.23
  • 0
  • sha-1234adsfg

All of the builds will also have a -debug version.

I think this addresses the feedback from discord and https://github.com/juanfont/headscale/issues/1561#issuecomment-1946243866.


🔄 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/juanfont/headscale/pull/1763 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 2/16/2024 **Status:** ✅ Merged **Merged:** 2/17/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `rework-docker-tags` --- ### 📝 Commits (2) - [`18fffa9`](https://github.com/juanfont/headscale/commit/18fffa96fa90b988cc2838c64028714aa051ffd5) rework docker tags - [`51c5a7b`](https://github.com/juanfont/headscale/commit/51c5a7bad350bfe1d43f568e3a7111ea7e9c56d5) update changelog ### 📊 Changes **2 files changed** (+38 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yml` (+36 -21) 📝 `CHANGELOG.md` (+2 -0) </details> ### 📄 Description This commit tries to align the new docker tags with the old schema A prerelease will end up with the following tags: - unstable - v0.23.0-alpha3 - 0.23.0-alpha3 - sha-1234adsfg A release will end up with: - latest - stable - v0.23.0 - v0.23 - v0 - 0.23.0 - 0.23 - 0 - sha-1234adsfg All of the builds will also have a `-debug` version. I think this addresses the feedback from discord and https://github.com/juanfont/headscale/issues/1561#issuecomment-1946243866. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:20:37 +01:00
adam closed this issue 2025-12-29 03:20:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2303