[PR #2484] [MERGED] [relay] Feature/relay integration docker #19695

Open
opened 2026-08-05 05:06:20 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2484
Author: @pappz
Created: 8/26/2024
Status: Merged
Merged: 8/27/2024
Merged by: @pappz

Base: feature/relay-integrationHead: feature/relay-integration-docker


📝 Commits (6)

📊 Changes

5 files changed (+30 additions, -11 deletions)

View changed files

relay/Dockerfile (+3 -0)
📝 relay/cmd/env.go (+1 -1)
📝 relay/cmd/root.go (+11 -8)
📝 relay/doc.go (+2 -2)
relay/main.go (+13 -0)

📄 Description

Describe your changes

Create Dockerfile

Refactor the cmd package to the same ways like signal and management services

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/2484 **Author:** [@pappz](https://github.com/pappz) **Created:** 8/26/2024 **Status:** ✅ Merged **Merged:** 8/27/2024 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `feature/relay-integration` ← **Head:** `feature/relay-integration-docker` --- ### 📝 Commits (6) - [`69414ed`](https://github.com/netbirdio/netbird/commit/69414edaff8ec790049effddbe8251a2edf4be30) Create Dockerfile - [`c744db0`](https://github.com/netbirdio/netbird/commit/c744db07a948e21b262ce13c396eadb177ea8c5a) Replace os.Exit with Fatalf - [`4e37d66`](https://github.com/netbirdio/netbird/commit/4e37d66ac88315956beadf1e81c39bc83fb93bc4) Add ignore tag - [`e6f2500`](https://github.com/netbirdio/netbird/commit/e6f25004378b7a5f594a2c94bdc480ced4ad84d8) Revert ignore line - [`e8165ab`](https://github.com/netbirdio/netbird/commit/e8165ab29309b87f737b963ad73265a8b080ba3d) Change the debug image to latest - [`3e8c2f8`](https://github.com/netbirdio/netbird/commit/3e8c2f80c88603bdd0bf6e553bf11f0dd9ec6263) Set exact version for base image ### 📊 Changes **5 files changed** (+30 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `relay/Dockerfile` (+3 -0) 📝 `relay/cmd/env.go` (+1 -1) 📝 `relay/cmd/root.go` (+11 -8) 📝 `relay/doc.go` (+2 -2) ➕ `relay/main.go` (+13 -0) </details> ### 📄 Description ## Describe your changes Create Dockerfile Refactor the cmd package to the same ways like signal and management services ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 05:06:20 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#19695