Skip to content

Commit a7a3d09

Browse files
committed
[feature] add github only markdown
1 parent 1bdf52b commit a7a3d09

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
298298
- name: docker / push README.md to docker hub
299299
continue-on-error: true
300-
if: steps.github-readme.outcome == 'success' && hashFiles('README.md') != ''
300+
if: steps.github-readme.outcome == 'success' && hashFiles('README_DOCKER.md') != ''
301301
uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8
302302
env:
303303
DOCKER_USER: 11notes
@@ -306,7 +306,7 @@ jobs:
306306
destination_container_repo: ${{ env.DOCKER_IMAGE_NAME }}
307307
provider: dockerhub
308308
short_description: ${{ env.DOCKER_IMAGE_DESCRIPTION }}
309-
readme_file: 'README.md'
309+
readme_file: 'README_DOCKER.md'
310310

311311

312312

project.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ ${{ content_synopsis }} This image will run a proxy to access your docker socket
22

33
${{ content_uvp }} Good question! All the other images on the market that do exactly the same don’t do or offer these options:
44

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.
1314

1415
${{ content_compose }}
1516

0 commit comments

Comments
 (0)