From 62d289bb469199250f56d381ff4d2aafcf8a3ee3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 1 Mar 2019 01:09:12 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-nginx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-nginx.md b/images/docker-nginx.md index d8cca83e4..6d2f2e33d 100755 --- a/images/docker-nginx.md +++ b/images/docker-nginx.md @@ -12,7 +12,7 @@ ## Supported Architectures -Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list). +Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/). Simply pulling `linuxserver/nginx` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. @@ -131,6 +131,7 @@ Modify the nginx, php and site config files under `/config` as needed ## Versions +* **28.02.19:** - Add php7-opcache, remove memcached service due to issues on aarch64 (let us know if you need to enable it). * **22.02.19:** - Rebasing to alpine 3.9. * **18.11.18:** - Attempt to upgrade packages during build. * **28.09.18:** - Multi-arch image.