[PR #1387] [CLOSED] Switch docker release to goreleaser #2079

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1387
Author: @kradalby
Created: 4/28/2023
Status: Closed

Base: mainHead: docker-release


📝 Commits (3)

  • 848a9c2 make dockerfiles testing only note
  • df8a85f setup ko image builder for goreleaser
  • b12ef62 remove old release flow

📊 Changes

9 files changed (+49 additions, -146 deletions)

View changed files

.github/workflows/release-docker.yml (+0 -138)
📝 .goreleaser.yml (+31 -1)
📝 Dockerfile (+4 -1)
📝 Dockerfile.debug (+4 -1)
📝 Dockerfile.tailscale (+4 -0)
📝 Dockerfile.tailscale-HEAD (+4 -0)
📝 flake.nix (+1 -1)
📝 go.mod (+1 -2)
📝 go.sum (+0 -2)

📄 Description

Move away from the complicated docker release setup and use ko within goreleaser.

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com


🔄 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/1387 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 4/28/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docker-release` --- ### 📝 Commits (3) - [`848a9c2`](https://github.com/juanfont/headscale/commit/848a9c27ae1ba7ebeeee011c814cc7c0e452318f) make dockerfiles testing only note - [`df8a85f`](https://github.com/juanfont/headscale/commit/df8a85f65a9791226f334847f84924ebe473c0a0) setup ko image builder for goreleaser - [`b12ef62`](https://github.com/juanfont/headscale/commit/b12ef62486736ad5d93bd01d889a75559f5864fc) remove old release flow ### 📊 Changes **9 files changed** (+49 additions, -146 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/release-docker.yml` (+0 -138) 📝 `.goreleaser.yml` (+31 -1) 📝 `Dockerfile` (+4 -1) 📝 `Dockerfile.debug` (+4 -1) 📝 `Dockerfile.tailscale` (+4 -0) 📝 `Dockerfile.tailscale-HEAD` (+4 -0) 📝 `flake.nix` (+1 -1) 📝 `go.mod` (+1 -2) 📝 `go.sum` (+0 -2) </details> ### 📄 Description Move away from the complicated docker release setup and use ko within goreleaser. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --- <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:19:40 +01:00
adam closed this issue 2025-12-29 03:19:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2079