From: nodiscc Date: Fri, 12 Jan 2018 22:00:20 +0000 (+0100) Subject: doc: docker: remove armhf tags, add link to Dockerfiles X-Git-Tag: v0.9.4~10^2~2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=bf4faba9ca87ded7075cdd3c1972bda64438d420 doc: docker: remove armhf tags, add link to Dockerfiles --- diff --git a/doc/md/docker/shaarli-images.md b/doc/md/docker/shaarli-images.md index 9a27fcc8..e6734771 100644 --- a/doc/md/docker/shaarli-images.md +++ b/doc/md/docker/shaarli-images.md @@ -11,8 +11,6 @@ repository. - `latest`: latest branch (tarball release) - `master`: master branch (tarball release) - `stable`: stable branch (tarball release) -- `armhf-latest`: latest branch for ARMv7 32bit processors (tarball release) -- `armhf-master`: master branch for ARMv7 32bit processors (tarball release) The `latest` and `master` images rely on: @@ -26,7 +24,7 @@ The `stable` image relies on: - [PHP5-FPM](http://php-fpm.org/) - [Nginx](http://nginx.org/) -The `armhf-*` images rely on [Linuxserver.io Alpine armhf images](https://hub.docker.com/r/lsiobase/alpine.armhf/). +Additional [Dockerfiles](https://github.com/shaarli/Shaarli/tree/doc-docker-arm/docker) are provided for the `arm32v7` platform, relying on [Linuxserver.io Alpine armhf images](https://hub.docker.com/r/lsiobase/alpine.armhf/). ### Download from DockerHub ```bash