Skip to content

Commit fee2738

Browse files
committed
2 parents e658f10 + f72fbfc commit fee2738

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "netbird",
55
"root": "/netbird",
66
"semver": {
7-
"version": "0.59.5"
7+
"version": "0.59.6"
88
},
99
"readme": {
1010
"description": "Run netbird rootless and distroless from a single image.",

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![banner](https://github.com/11notes/defaults/blob/main/static/img/banner.png?raw=true)
22

33
# NETBIRD
4-
![size](https://img.shields.io/docker/image-size/11notes/netbird/0.59.5?color=0eb305)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![version](https://img.shields.io/docker/v/11notes/netbird/0.59.5?color=eb7a09)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![pulls](https://img.shields.io/docker/pulls/11notes/netbird?color=2b75d6)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)[<img src="https://img.shields.io/github/issues/11notes/docker-NETBIRD?color=7842f5">](https://github.com/11notes/docker-NETBIRD/issues)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![swiss_made](https://img.shields.io/badge/Swiss_Made-FFFFFF?labelColor=FF0000&logo=data:image/svg%2bxml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0idHJhbnNwYXJlbnQiLz4KICA8cGF0aCBkPSJtMTMgNmg2djdoN3Y2aC03djdoLTZ2LTdoLTd2LTZoN3oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+)
4+
![size](https://img.shields.io/docker/image-size/11notes/netbird/0.59.6?color=0eb305)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![version](https://img.shields.io/docker/v/11notes/netbird/0.59.6?color=eb7a09)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![pulls](https://img.shields.io/docker/pulls/11notes/netbird?color=2b75d6)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)[<img src="https://img.shields.io/github/issues/11notes/docker-NETBIRD?color=7842f5">](https://github.com/11notes/docker-NETBIRD/issues)![5px](https://github.com/11notes/defaults/blob/main/static/img/transparent5x2px.png?raw=true)![swiss_made](https://img.shields.io/badge/Swiss_Made-FFFFFF?labelColor=FF0000&logo=data:image/svg%2bxml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0idHJhbnNwYXJlbnQiLz4KICA8cGF0aCBkPSJtMTMgNmg2djdoN3Y2aC03djdoLTZ2LTdoLTd2LTZoN3oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+)
55

66
Run netbird rootless and distroless from a single image.
77

@@ -34,11 +34,11 @@ Below you find a comparison between this image and the most used or original one
3434

3535
| **image** | **size on disk** | **init default as** | **[distroless](https://github.com/11notes/RTFM/blob/main/linux/container/image/distroless.md)** | supported architectures
3636
| ---: | ---: | :---: | :---: | :---: |
37-
| 11notes/netbird:0.59.5 | 39MB | 1000:1000 || amd64, arm64 |
3837
| netbirdio/signal | 39MB | 1000:1000 || amd64, arm64, armv7 |
3938
| netbirdio/relay | 44MB | 1000:1000 || amd64, arm64, armv7 |
39+
| 11notes/netbird:0.59.6 | 68MB | 1000:1000 || amd64, arm64 |
4040
| netbirdio/dashboard | 127MB | 0:0 || amd64, arm64, armv7 |
41-
| netbirdio/management | 188MB | 0:0 || amd64, arm64, armv7 |
41+
| netbirdio/management | 182MB | 0:0 || amd64, arm64, armv7 |
4242

4343
# VOLUMES 📁
4444
* **/netbird/etc** - Directory of your management.json config
@@ -70,7 +70,7 @@ TURN_SECRET=
7070
name: "netbird"
7171

7272
x-image-netbird: &image
73-
image: "11notes/netbird:0.59.5"
73+
image: "11notes/netbird:0.59.6"
7474
read_only: true
7575

7676
services:
@@ -221,18 +221,18 @@ To find out how you can change the default UID/GID of this container image, cons
221221
# MAIN TAGS 🏷️
222222
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
223223

224-
* [0.59.5](https://hub.docker.com/r/11notes/netbird/tags?name=0.59.5)
224+
* [0.59.6](https://hub.docker.com/r/11notes/netbird/tags?name=0.59.6)
225225

226226
### There is no latest tag, what am I supposed to do about updates?
227-
It is of my opinion that the ```:latest``` tag is dangerous. Many times, I’ve introduced **breaking** changes to my images. This would have messed up everything for some people. If you don’t want to change the tag to the latest [semver](https://semver.org/), simply use the short versions of [semver](https://semver.org/). Instead of using ```:0.59.5``` you can use ```:0``` or ```:0.59```. Since on each new version these tags are updated to the latest version of the software, using them is identical to using ```:latest``` but at least fixed to a major or minor version.
227+
It is of my opinion that the ```:latest``` tag is dangerous. Many times, I’ve introduced **breaking** changes to my images. This would have messed up everything for some people. If you don’t want to change the tag to the latest [semver](https://semver.org/), simply use the short versions of [semver](https://semver.org/). Instead of using ```:0.59.6``` you can use ```:0``` or ```:0.59```. Since on each new version these tags are updated to the latest version of the software, using them is identical to using ```:latest``` but at least fixed to a major or minor version.
228228

229229
If you still insist on having the bleeding edge release of this app, simply use the ```:rolling``` tag, but be warned! You will get the latest version of the app instantly, regardless of breaking changes or security issues or what so ever. You do this at your own risk!
230230

231231
# REGISTRIES ☁️
232232
```
233-
docker pull 11notes/netbird:0.59.5
234-
docker pull ghcr.io/11notes/netbird:0.59.5
235-
docker pull quay.io/11notes/netbird:0.59.5
233+
docker pull 11notes/netbird:0.59.6
234+
docker pull ghcr.io/11notes/netbird:0.59.6
235+
docker pull quay.io/11notes/netbird:0.59.6
236236
```
237237
238238
# SOURCE 💾
@@ -255,9 +255,9 @@ docker pull quay.io/11notes/netbird:0.59.5
255255
256256
# CAUTION ⚠️
257257
> [!CAUTION]
258-
>* Because this image is distroless, it only works with PostgreSQL, **not SQLite**. The GeoLocation middleware is also disabled because of this!
258+
>* Because this image is distroless, it only works with PostgreSQL, **not SQLite**!
259259
260260
# ElevenNotes™️
261261
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-netbird/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-netbird/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-netbird/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
262262
263-
*created 10.10.2025, 07:21:10 (CET)*
263+
*created 15.10.2025, 07:20:20 (CET)*

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "netbird"
22

33
x-image-netbird: &image
4-
image: "11notes/netbird:0.59.5"
4+
image: "11notes/netbird:0.59.6"
55
read_only: true
66

77
services:

0 commit comments

Comments
 (0)