Skip to content

Commit 33d5230

Browse files
committed
2 parents 5fcd284 + daf8ba5 commit 33d5230

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ These are the main tags for the image. There is also a tag for each commit and i
1919
**Why should I run this image and not the other image(s) that already exist?** Good question! All the other images on the market that do exactly the same don’t do or offer these options:
2020

2121
> [!IMPORTANT]
22-
>* This image runs as 1000:1000 by default, all other images run everything as root
23-
>* This image has no shell since it is 100% distroless, all other images run on a distro like Debian or Alpine with full shell access (security)
24-
>* This image does not ship with any CVE and is automatically maintained via CI/CD, all other images mostly have no CVE scanning or code quality tools in place
25-
>* This image has no upstream dependencies, all other images have upstream dependencies
26-
>* This image contains a patch to run rootless (Linux caps needed), all other images require higher caps
27-
>* This image contains a proper health check that verifies the app is actually working, all other images have either no health check or only check if a port is open or ping works
22+
>* This image runs as 1000:1000 by default, most other images run everything as root
23+
>* This image has no shell since it is 100% distroless, most other images run on a distro like Debian or Alpine with full shell access (security)
24+
>* This image does not ship with any CVE and is automatically maintained via CI/CD, most other images mostly have no CVE scanning or code quality tools in place
25+
>* This image is created via a secure, pinned CI/CD process and immune to upstream attacks, most other images have upstream dependencies that can be exploited
26+
>* This image contains a patch to run rootless (Linux caps needed), most other images require higher caps
27+
>* This image contains a proper health check that verifies the app is actually working, most other images have either no health check or only check if a port is open or ping works
2828
2929
If you value security, simplicity and the ability to interact with the maintainer and developer of an image. Using my images is a great start in that direction.
3030

@@ -172,4 +172,4 @@ ${{ content_default }}
172172
# ElevenNotes™️
173173
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-adguard/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-adguard/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-adguard/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
174174

175-
*created 28.03.2025, 10:20:25 (CET)*
175+
*created 28.03.2025, 11:08:04 (CET)*

0 commit comments

Comments
 (0)