feat: add builder

This commit is contained in:
Georg K
2023-01-10 02:32:33 +03:00
parent e1c4663125
commit e9496d98b9
14 changed files with 480 additions and 0 deletions

View File

@@ -5,4 +5,9 @@ build:
cd build
docker build . -t freerad_builder:3.2.x -f Dockerfile_build
docker run -e DEB_USER=${DEB_USER} DEB_PASS="${DEB_PASS}" freerad_builder:3.2.x ./upload.sh
```
label nodes:
```bash
kubectl label node connect-prod-0 freeradius=enabled
```