Skip to content

Commit 671d29e

Browse files
authored
Update README.md
1 parent 0178d54 commit 671d29e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Minimal `httpd` shell-less multi-arch docker image based on scratch.
1010

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

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

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

0 commit comments

Comments
 (0)