Skip to content

Commit c6bbc35

Browse files
committed
2 parents f6679f8 + d6e0396 commit c6bbc35

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.64.2"
7+
"version": "0.64.4"
88
},
99
"readme": {
1010
"description": "Run netbird rootless and distroless from a single image.",

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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-
| netbirdio/* | 399MB | 0:0 || amd64, arm64, armv7 |
37+
| netbirdio/* | 406MB | 0:0 || amd64, arm64, armv7 |
3838

3939
# VOLUMES 📁
4040
* **/netbird/etc** - Directory of your management.json config
@@ -66,7 +66,7 @@ TURN_SECRET=
6666
name: "netbird"
6767

6868
x-image-netbird: &image
69-
image: "11notes/netbird:0.64.1"
69+
image: "11notes/netbird:0.64.4"
7070
read_only: true
7171

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

220-
* [0.64.1](https://hub.docker.com/r/11notes/netbird/tags?name=0.64.1)
220+
* [0.64.4](https://hub.docker.com/r/11notes/netbird/tags?name=0.64.4)
221221

222222
### There is no latest tag, what am I supposed to do about updates?
223-
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.1``` 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.
223+
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.4``` 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.
224224

225225
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!
226226

227227
# REGISTRIES ☁️
228228
```
229-
docker pull 11notes/netbird:0.64.1
230-
docker pull ghcr.io/11notes/netbird:0.64.1
231-
docker pull quay.io/11notes/netbird:0.64.1
229+
docker pull 11notes/netbird:0.64.4
230+
docker pull ghcr.io/11notes/netbird:0.64.4
231+
docker pull quay.io/11notes/netbird:0.64.4
232232
```
233233
234234
# SOURCE 💾
@@ -256,4 +256,4 @@ docker pull quay.io/11notes/netbird:0.64.1
256256
# ElevenNotes™️
257257
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).
258258
259-
*created 24.01.2026, 06:14:34 (CET)*
259+
*created 02.02.2026, 06:58:11 (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.64.2"
4+
image: "11notes/netbird:0.64.4"
55
read_only: true
66

77
services:

0 commit comments

Comments
 (0)