Skip to content

Commit 0ac7926

Browse files
update README.md
1 parent 14bfc03 commit 0ac7926

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![banner](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/banner/README.png)
22

33
# NETBIRD
4-
![size](https://img.shields.io/badge/image_size-143MB-green?color=%2338ad2d)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)![pulls](https://img.shields.io/docker/pulls/11notes/netbird?color=2b75d6)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)[<img src="https://img.shields.io/github/issues/11notes/docker-netbird?color=7842f5">](https://github.com/11notes/docker-netbird/issues)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)![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/badge/image_size-144MB-green?color=%2338ad2d)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)![pulls](https://img.shields.io/docker/pulls/11notes/netbird?color=2b75d6)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)[<img src="https://img.shields.io/github/issues/11notes/docker-netbird?color=7842f5">](https://github.com/11notes/docker-netbird/issues)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)![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,8 +34,8 @@ 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 | 143MB | 1000:1000 || amd64, arm64 |
38-
| netbirdio/* | 629MB | 0:0 || amd64, arm64, armv7 |
37+
| 11notes/netbird | 144MB | 1000:1000 || amd64, arm64 |
38+
| netbirdio/* | 630MB | 0:0 || amd64, arm64, armv7 |
3939

4040
# VOLUMES 📁
4141
* **/netbird/etc** - Directory of your management.json config
@@ -75,7 +75,7 @@ x-lockdown: &lockdown
7575

7676

7777
x-image-netbird: &image
78-
image: "11notes/netbird:0.64.6"
78+
image: "11notes/netbird:0.65.0"
7979
<<: *lockdown
8080

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

229-
* [0.64.6](https://hub.docker.com/r/11notes/netbird/tags?name=0.64.6)
229+
* [0.65.0](https://hub.docker.com/r/11notes/netbird/tags?name=0.65.0)
230230

231231
### There is no latest tag, what am I supposed to do about updates?
232-
It is my opinion that the ```:latest``` tag is a bad habbit and should not be used at all. Many developers introduce **breaking changes** in new releases. This would messed up everything for people who use ```:latest```. 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.64.6``` you can use ```:0``` or ```:0.64```. 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. Which in theory should not introduce breaking changes.
232+
It is my opinion that the ```:latest``` tag is a bad habbit and should not be used at all. Many developers introduce **breaking changes** in new releases. This would messed up everything for people who use ```:latest```. 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.65.0``` you can use ```:0``` or ```:0.65```. 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. Which in theory should not introduce breaking changes.
233233

234234
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!
235235

236236
# REGISTRIES ☁️
237237
```
238-
docker pull 11notes/netbird:0.64.6
239-
docker pull ghcr.io/11notes/netbird:0.64.6
240-
docker pull quay.io/11notes/netbird:0.64.6
238+
docker pull 11notes/netbird:0.65.0
239+
docker pull ghcr.io/11notes/netbird:0.65.0
240+
docker pull quay.io/11notes/netbird:0.65.0
241241
```
242242
243243
# SOURCE 💾
@@ -265,4 +265,4 @@ docker pull quay.io/11notes/netbird:0.64.6
265265
# ElevenNotes™️
266266
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).
267267
268-
*created 13.02.2026, 06:57:58 (CET)*
268+
*created 14.02.2026, 06:43:11 (CET)*

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ x-lockdown: &lockdown
99

1010

1111
x-image-netbird: &image
12-
image: "11notes/netbird:0.64.6"
12+
image: "11notes/netbird:0.65.0"
1313
<<: *lockdown
1414

1515
services:

0 commit comments

Comments
 (0)