Skip to content

Commit 62093bd

Browse files
committed
[feature] comparison workflow and readme
1 parent 148d41f commit 62093bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ jobs:
354354
docker image rm -f moby/buildkit
355355
docker image pull ${{ env.WORKFLOW_CREATE_COMPARISON_IMAGE }}
356356
docker image pull ${{ env.WORKFLOW_CREATE_COMPARISON_FOREIGN_IMAGE }}
357-
docker image ls &> ./docker.image.ls
358-
echo "${PWD}"
359-
cat ./docker.image.ls
357+
docker image ls &> ./comparison.size.log
360358
361359
- name: github / create README.md
362360
id: github-readme

project.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ ${{ github:> }}* This image has no shell since it is 100% distroless, most other
88
${{ github:> }}* 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
99
${{ github:> }}* 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
1010
${{ github:> }}* This image works as read-only, most other images need to write files to the image filesystem
11-
${{ github:> }}* This image is up to 75% smaller than most other images
11+
${{ github:> }}* This image is a lot smaller than most other images
1212

1313
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.
1414

15+
${{ content_comparison }}
16+
1517
${{ title_volumes }}
1618
* **${{ json_root }}/var** - Directory of all dynamic data and configurations
1719

0 commit comments

Comments
 (0)