Files
11note-docker-netbird/.json
ElevenNotes d062133a27 fix(CI/CD)!: removal of armv7 as non-standard deployment option
Default building armv72 (32bit) images will be disabled from now on
2025-07-14 20:31:20 +02:00

21 lines
657 B
JSON

{
"image": "11notes/netbird",
"name": "netbird",
"root": "/netbird",
"semver": {
"version": "0.50.3"
},
"readme": {
"description": "Run netbird rootless and distroless from a single image.",
"introduction": "NetBird combines a WireGuard-based overlay network with Zero Trust Network Access, providing a unified open source platform for reliable and secure connectivity. Create your own selfhosted ZTNA mesh network.",
"built": {
"netbirdio/netbird": "https://github.com/netbirdio/netbird"
},
"distroless": {
"layers": [
"11notes/distroless:curl",
"11notes/distroless:nginx"
]
}
}
}