Skip to content

Commit 8fca858

Browse files
update README.md
1 parent ded5b69 commit 8fca858

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

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

33
# NETBIRD
4-
![size](https://img.shields.io/badge/image_size-78MB-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-78MB-green?color=%2338ad2d)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/master/img/markdown/transparent5x2px.png)![pulls](https://img.shields.io/docker/pulls/11notes/netbird?color=2b75d6)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/master/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/master/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

@@ -75,7 +75,7 @@ x-lockdown: &lockdown
7575

7676

7777
x-image-netbird: &image
78-
image: "11notes/netbird:0.66.3"
78+
image: "11notes/netbird:0.66.4"
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.66.3](https://hub.docker.com/r/11notes/netbird/tags?name=0.66.3)
229+
* [0.66.4](https://hub.docker.com/r/11notes/netbird/tags?name=0.66.4)
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.66.3``` you can use ```:0``` or ```:0.66```. 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.66.4``` you can use ```:0``` or ```:0.66```. 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.66.3
239-
docker pull ghcr.io/11notes/netbird:0.66.3
240-
docker pull quay.io/11notes/netbird:0.66.3
238+
docker pull 11notes/netbird:0.66.4
239+
docker pull ghcr.io/11notes/netbird:0.66.4
240+
docker pull quay.io/11notes/netbird:0.66.4
241241
```
242242
243243
# SOURCE 💾
@@ -265,4 +265,4 @@ docker pull quay.io/11notes/netbird:0.66.3
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 10.03.2026, 06:44:55 (CET)*
268+
*created 12.03.2026, 06:49:08 (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.66.3"
12+
image: "11notes/netbird:0.66.4"
1313
<<: *lockdown
1414

1515
services:

0 commit comments

Comments
 (0)