Skip to content

Commit

Permalink
added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdjulian committed May 1, 2023
1 parent 4e5b8f7 commit 2bc9879
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/[email protected].3
uses: sigstore/[email protected].2
with:
cosign-release: v1.13.1

Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[![Docker Stars](https://badgen.net/docker/stars/cmdjulian/httpd?icon=docker&label=stars)](https://hub.docker.com/r/cmdjulian/httpd/)
[![Docker Image Size](https://badgen.net/docker/size/cmdjulian/httpd?icon=docker&label=image%20size)](https://hub.docker.com/r/cmdjulian/httpd/)

# httpd-docker
# minimal multi arch `httpd` docker image

## General
![](logo.png)

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

Expand Down Expand Up @@ -47,10 +47,9 @@ EOF

## Credits

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

## Development

Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added social-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2bc9879

Please sign in to comment.