Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdjulian authored Jan 7, 2024
1 parent 0178d54 commit 671d29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
Minimal `httpd` shell-less multi-arch docker image based on scratch.

The image is based on scratch and contains a static striped busybox binary just including `httpd` applet.
The image is published on docker hub under `cmdjulian/httpd:{version}`. It supports `amd64`, `arm` and `arm64`
architecture.
The image is published on docker hub under `cmdjulian/httpd:{version}`. It supports `arm/v6`, `arm/v7`, `arm64`, `i386`, `amd64`, `ppc64le` and `s390x`
architectures.

Per default, it runs as a non-root user `httpd(id=65532)`. Alternatively, you can also switch to `root(id=0)`.

Expand Down Expand Up @@ -58,4 +58,4 @@ Logo is taken from [Mario Pinkster](https://www.sentiatechblog.com/running-apach
- `CONFIG_STATIC=y` has to be set to compile httpd statically. If we don't do that, the error message from `tini` is
very misleading. It says something like `/bin/httpd` not found, even if this file exists
- building a specific version can be archived by providing a build-arg as `BUSYBOX_VERSION=$VERSION`. Keep in mind
though, that the config present in [config](./config) is most definitely not compatible and needs adjustments
though, that the config present in [config](./config) is most definitely not compatible and needs adjustments

0 comments on commit 671d29e

Please sign in to comment.