You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,15 @@ ${{ content_synopsis }} This image will run a proxy to access your docker socket
2
2
3
3
${{ content_uvp }} Good question! All the other images on the market that do exactly the same don’t do or offer these options:
4
4
5
-
* This image runs the proxy part as a specific UID/GID (not root), all other images run everything as root
6
-
* This image uses a single binary, all other images use apps like Nginx or HAProxy (bloat)
7
-
* 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)
8
-
* 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
9
-
* This image has no upstream dependencies, all other images have upstream dependencies
10
-
* This image exposes the socket as a UNIX socket and TCP socket, all other images only expose it via a TCP socket
11
-
12
-
If you value security, simplicity and the ability to interact with the maintainer and developer of an image. Then using my images is a great start in the right direction.
5
+
${{ github:> [!IMPORTANT] }}
6
+
${{ github:> }}* This image runs the proxy part as a specific UID/GID (not root), all other images run everything as root
7
+
${{ github:> }}* This image uses a single binary, all other images use apps like Nginx or HAProxy (bloat)
8
+
${{ github:> }}* 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)
9
+
${{ github:> }}* 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
10
+
${{ github:> }}* This image has no upstream dependencies, all other images have upstream dependencies
11
+
${{ github:> }}* This image exposes the socket as a UNIX socket and TCP socket, all other images only expose it via a TCP socket
12
+
13
+
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.
0 commit comments