From 5796fd5e8f5452d140fecf8fd5862e69df5821f0 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 24 Feb 2019 21:46:46 -0500 Subject: [PATCH] Bot Updating Templated Files --- images/docker-clarkson.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-clarkson.md b/images/docker-clarkson.md index a36e36c80..769c0a7af 100755 --- a/images/docker-clarkson.md +++ b/images/docker-clarkson.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/clarkson` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. @@ -144,6 +144,7 @@ Once running, the container will run an initial MySQL migration, which populates ## Versions +* **22.02.19:** - Rebasing to alpine 3.9. * **11.02.19:** - Add pipeline logic and multi arch. * **22.08.18:** - Rebase to alpine linux 3.8. * **19.02.18:** - Initial Release.