[PR #1716] [MERGED] Build docker images with ko (goreleaser) #2269

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1716
Author: @kradalby
Created: 2/3/2024
Status: Merged
Merged: 2/12/2024
Merged by: @kradalby

Base: mainHead: docker-release


📝 Commits (7)

  • 61dd1e6 make dockerfiles testing only note
  • f6f8890 setup ko image builder for goreleaser
  • 7de6352 remove release-docker
  • 89d0f0c remove non-debug Dockerfile
  • 12652c9 Comments and lint
  • df12f5b build debug images based on debian
  • a099058 remove debug flag for goreleaser

📊 Changes

7 files changed (+90 additions, -172 deletions)

View changed files

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

📄 Description

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


🔄 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/1716 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 2/3/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `docker-release` --- ### 📝 Commits (7) - [`61dd1e6`](https://github.com/juanfont/headscale/commit/61dd1e65fd41f1e2d119abb0d541836e81a52726) make dockerfiles testing only note - [`f6f8890`](https://github.com/juanfont/headscale/commit/f6f88902a0eed6a1ef3b6be4bad8c87597134888) setup ko image builder for goreleaser - [`7de6352`](https://github.com/juanfont/headscale/commit/7de63527d85e75e6e3823e15735ebec61833ffc6) remove release-docker - [`89d0f0c`](https://github.com/juanfont/headscale/commit/89d0f0c40383c8b30119eb28a0d234dcab587c35) remove non-debug Dockerfile - [`12652c9`](https://github.com/juanfont/headscale/commit/12652c91ca8e707d20f2c4a15e09e52dbabf8064) Comments and lint - [`df12f5b`](https://github.com/juanfont/headscale/commit/df12f5bad35e05c0e4a4bd263bf3e46f35616960) build debug images based on debian - [`a099058`](https://github.com/juanfont/headscale/commit/a099058e07f43ed553bd5050ab9ad3c90074b82c) remove debug flag for goreleaser ### 📊 Changes **7 files changed** (+90 additions, -172 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/release-docker.yml` (+0 -138) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.goreleaser.yml` (+80 -2) ➖ `Dockerfile` (+0 -30) 📝 `Dockerfile.debug` (+4 -1) 📝 `Dockerfile.tailscale-HEAD` (+4 -0) 📝 `flake.nix` (+1 -0) </details> ### 📄 Description Move away from the complicated docker release setup and use ko within goreleaser. --- <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:29 +01:00
adam closed this issue 2025-12-29 03:20:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2269