Skip to content

Commit 2bc9879

Browse files
committed
added logo
1 parent 4e5b8f7 commit 2bc9879

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Install cosign
2727
if: github.event_name != 'pull_request'
28-
uses: sigstore/[email protected].3
28+
uses: sigstore/[email protected].2
2929
with:
3030
cosign-release: v1.13.1
3131

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
[![Docker Stars](https://badgen.net/docker/stars/cmdjulian/httpd?icon=docker&label=stars)](https://hub.docker.com/r/cmdjulian/httpd/)
33
[![Docker Image Size](https://badgen.net/docker/size/cmdjulian/httpd?icon=docker&label=image%20size)](https://hub.docker.com/r/cmdjulian/httpd/)
44

5-
# httpd-docker
5+
# minimal multi arch `httpd` docker image
66

7-
## General
7+
![](logo.png)
88

99
Minimal `httpd` shell-less multi-arch docker image based on scratch.
1010

@@ -47,10 +47,9 @@ EOF
4747

4848
## Credits
4949

50-
The image is inspired by Florian Lipans blog post regarding minimal http server docker
51-
image [click me](https://lipanski.com/posts/smallest-docker-image-static-website) by does better by providing multi-arch
52-
support and using `tini` init wrapper for graceful init signal handling. I also used `upx` to further reduce the image
53-
size, to actually achieve a total image size of just `124kB`!
50+
The image is inspired by Florian Lipans [blog post](https://lipanski.com/posts/smallest-docker-image-static-website)
51+
However, it does not provide multi-arch support and also lacks a proper init wrapper like `tini`.
52+
Logo is taken from [Mario Pinkster](https://www.sentiatechblog.com/running-apache-in-a-docker-container)
5453

5554
## Development
5655

logo.png

135 KB
Loading

social-preview.png

144 KB
Loading

0 commit comments

Comments
 (0)