1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-02 08:51:12 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Maycon Santos
51e1d3ab8f
fix: client/Dockerfile to reduce vulnerabilities ()
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-09-09 18:44:37 +02:00
Maycon Santos
6857734c48
add MACOSX_DEPLOYMENT_TARGET environment to control GUI build target ()
Add MACOSX_DEPLOYMENT_TARGET and MACOS_DEPLOYMENT_TARGET to target build compatible with macOS 11+ instead of relying on the builder's local Xcode version.
2024-07-01 17:59:09 +02:00
Maycon Santos
3c3111ad01
Copy client binary to a directory in path () 2024-04-22 10:14:07 +02:00
pascal-fischer
7060b63838
use specific apline image version so the iptables will be installed with version 1.8.9 instead of 1.8.10 () 2023-12-20 19:41:57 +01:00
Maycon Santos
6c2b364966
Update client Dockerfile to use Alpine as base image and install necessary packages () 2023-08-12 16:12:09 +02:00
Maycon Santos
dcf6533ed5
Adding --external-ip-map and --dns-resolver-address and shorthand flags ()
Adding --external-ip-map and --dns-resolver-address to up command and shorthand option to global flags.

Refactor get and read config functions with new ConfigInput type.

updated cobra package to latest release.
2023-01-17 19:16:50 +01:00
Maycon Santos
a3c5fa1307
Add PATH to client Dockerfile ()
Useful when SSH to client containers
2022-07-12 15:35:51 +02:00
Misha Bragin
ae8e3ad6fe
Enable SSH Login for docker () 2022-07-07 16:33:16 +02:00
Maycon Santos
e334e8db53
Renaming project builds and including new Icons ()
Added MacOS icons, plist, and cask template file

Adjusted goreleaser with the new name for all builds

Added Icon and update windows-ui build to include it and avoid console

migrated Docker builds to new namespace netbirdio
2022-05-21 18:42:56 +02:00
Maycon Santos
7bf9793f85
Support environment vars ()
* updage flag values from environment variables

* add log and removing unused constants

* removing unused code

* Docker build client

* fix indentation

* Documentation with docker command

* use docker volume
2021-11-15 09:11:50 +01:00