From 6fe130ff08b3d65a55c8d44cd0d822661d3af38a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 6 Jul 2019 13:59:00 -0400 Subject: [PATCH] Bot Updating Templated Files --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b659542..5cbd57e 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,9 @@ Below are the instructions for updating containers: containrrr/watchtower \ --run-once freshrss ``` + +**Note:** We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using Docker Compose. + * You can also remove the old dangling images: `docker image prune` ## Building locally @@ -176,6 +179,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **28.06.19:** - Rebasing to alpine 3.10. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **22.02.19:** - Rebasing to alpine 3.9. * **14.01.19:** - Add multi arch and pipeline logic.