{"id":13409756,"url":"https://github.com/containrrr/watchtower","last_synced_at":"2025-05-12T18:35:06.807Z","repository":{"id":34962454,"uuid":"39038086","full_name":"containrrr/watchtower","owner":"containrrr","description":"A process for automating Docker container base image updates. ","archived":false,"fork":false,"pushed_at":"2024-07-30T08:12:03.000Z","size":17996,"stargazers_count":21947,"open_issues_count":207,"forks_count":947,"subscribers_count":147,"default_branch":"main","last_synced_at":"2025-05-05T15:58:27.788Z","etag":null,"topics":["automation","continuous-delivery","devops","docker","hacktoberfest","notifications","receive-notifications","registry","update-checker","watchtower"],"latest_commit_sha":null,"homepage":"https://containrrr.dev/watchtower/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/containrrr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-07-13T21:21:53.000Z","updated_at":"2025-05-05T15:25:15.000Z","dependencies_parsed_at":"2023-10-23T09:37:42.905Z","dependency_job_id":"854db9e2-e545-4d55-8a02-fd7157a21f8e","html_url":"https://github.com/containrrr/watchtower","commit_stats":{"total_commits":828,"total_committers":146,"mean_commits":5.671232876712328,"dds":0.7777777777777778,"last_synced_commit":"76f9cea516593fabb8ca91ff13de55caa6aa0a8b"},"previous_names":["centurylinklabs/watchtower","v2tec/watchtower"],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containrrr%2Fwatchtower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containrrr%2Fwatchtower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containrrr%2Fwatchtower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containrrr%2Fwatchtower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containrrr","download_url":"https://codeload.github.com/containrrr/watchtower/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253798818,"owners_count":21966148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","continuous-delivery","devops","docker","hacktoberfest","notifications","receive-notifications","registry","update-checker","watchtower"],"created_at":"2024-07-30T20:01:03.202Z","updated_at":"2025-05-12T18:35:06.746Z","avatar_url":"https://github.com/containrrr.png","language":"Go","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./logo.png\" width=\"450\" /\u003e\n  \n  # Watchtower\n  \n  A process for automating Docker container base image updates.\n  \u003cbr/\u003e\u003cbr/\u003e\n  \n  [![Circle CI](https://circleci.com/gh/containrrr/watchtower.svg?style=shield)](https://circleci.com/gh/containrrr/watchtower)\n  [![codecov](https://codecov.io/gh/containrrr/watchtower/branch/main/graph/badge.svg)](https://codecov.io/gh/containrrr/watchtower)\n  [![GoDoc](https://godoc.org/github.com/containrrr/watchtower?status.svg)](https://godoc.org/github.com/containrrr/watchtower)\n  [![Go Report Card](https://goreportcard.com/badge/github.com/containrrr/watchtower)](https://goreportcard.com/report/github.com/containrrr/watchtower)\n  [![latest version](https://img.shields.io/github/tag/containrrr/watchtower.svg)](https://github.com/containrrr/watchtower/releases)\n  [![Apache-2.0 License](https://img.shields.io/github/license/containrrr/watchtower.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n  [![Codacy Badge](https://app.codacy.com/project/badge/Grade/1c48cfb7646d4009aa8c6f71287670b8)](https://www.codacy.com/gh/containrrr/watchtower/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=containrrr/watchtower\u0026amp;utm_campaign=Badge_Grade)\n  [![All Contributors](https://img.shields.io/github/all-contributors/containrrr/watchtower)](#contributors)\n  [![Pulls from DockerHub](https://img.shields.io/docker/pulls/containrrr/watchtower.svg)](https://hub.docker.com/r/containrrr/watchtower)\n\n\u003c/div\u003e\n\n## Quick Start\n\nWith watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. \n\nWatchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially. Run the watchtower container with the following command:\n\n```\n$ docker run --detach \\\n    --name watchtower \\\n    --volume /var/run/docker.sock:/var/run/docker.sock \\\n    containrrr/watchtower\n```\n\nWatchtower is intended to be used in homelabs, media centers, local dev environments, and similar. We do **not** recommend using Watchtower in a commercial or production environment. If that is you, you should be looking into using Kubernetes. If that feels like too big a step for you, please look into solutions like [MicroK8s](https://microk8s.io/) and [k3s](https://k3s.io/) that take away a lot of the toil of running a Kubernetes cluster. \n\n## Documentation\nThe full documentation is available at https://containrrr.dev/watchtower.\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://piksel.se\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/807383?v=4?s=100\" width=\"100px;\" alt=\"nils måsén\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003enils måsén\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=piksel\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=piksel\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#maintenance-piksel\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/pulls?q=is%3Apr+reviewed-by%3Apiksel\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://simme.dev\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1596025?v=4?s=100\" width=\"100px;\" alt=\"Simon Aronsson\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSimon Aronsson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=simskij\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=simskij\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#maintenance-simskij\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/pulls?q=is%3Apr+reviewed-by%3Asimskij\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://codelica.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/386101?v=4?s=100\" width=\"100px;\" alt=\"James\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJames\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=Codelica\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#ideas-Codelica\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://kopfkrieg.org\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/5047813?v=4?s=100\" width=\"100px;\" alt=\"Florian\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFlorian\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/pulls?q=is%3Apr+reviewed-by%3AKopfKrieg\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=KopfKrieg\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/bdehamer\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/398027?v=4?s=100\" width=\"100px;\" alt=\"Brian DeHamer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrian DeHamer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=bdehamer\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-bdehamer\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rosscado\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/16578183?v=4?s=100\" width=\"100px;\" alt=\"Ross Cadogan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRoss Cadogan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=rosscado\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/stffabi\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/9464631?v=4?s=100\" width=\"100px;\" alt=\"stffabi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003estffabi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=stffabi\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-stffabi\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ATCUSA\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/3581228?v=4?s=100\" width=\"100px;\" alt=\"Austin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAustin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=ATCUSA\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://labs.ctl.io\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/6181487?v=4?s=100\" width=\"100px;\" alt=\"David Gardner\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavid Gardner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/pulls?q=is%3Apr+reviewed-by%3Adavidgardner11\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=davidgardner11\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dolanor\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/928722?v=4?s=100\" width=\"100px;\" alt=\"Tanguy ⧓ Herrmann\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTanguy ⧓ Herrmann\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=dolanor\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rdamazio\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/997641?v=4?s=100\" width=\"100px;\" alt=\"Rodrigo Damazio Bovendorp\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRodrigo Damazio Bovendorp\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=rdamazio\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=rdamazio\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.taisun.io/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1852688?v=4?s=100\" width=\"100px;\" alt=\"Ryan Kuba\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRyan Kuba\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-thelamer\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/cnrmck\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/22061955?v=4?s=100\" width=\"100px;\" alt=\"cnrmck\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ecnrmck\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=cnrmck\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://harrywalter.co.uk\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/338588?v=4?s=100\" width=\"100px;\" alt=\"Harry Walter\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHarry Walter\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=haswalt\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://projectsperanza.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/74515?v=4?s=100\" width=\"100px;\" alt=\"Robotex\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRobotex\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=Robotex\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://geraldpape.io\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1494211?v=4?s=100\" width=\"100px;\" alt=\"Gerald Pape\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGerald Pape\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=ubergesundheit\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/fomk\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/17636183?v=4?s=100\" width=\"100px;\" alt=\"fomk\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003efomk\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=fomk\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/svengo\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/2502366?v=4?s=100\" width=\"100px;\" alt=\"Sven Gottwald\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSven Gottwald\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-svengo\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://liberapay.com/techknowlogick/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/164197?v=4?s=100\" width=\"100px;\" alt=\"techknowlogick\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003etechknowlogick\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=techknowlogick\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://log.c5t.org/about/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1449568?v=4?s=100\" width=\"100px;\" alt=\"waja\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ewaja\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=waja\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://scottalbertson.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/154463?v=4?s=100\" width=\"100px;\" alt=\"Scott Albertson\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eScott Albertson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=salbertson\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/huddlesj\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/11966535?v=4?s=100\" width=\"100px;\" alt=\"Jason Huddleston\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJason Huddleston\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=huddlesj\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://npstr.space/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/6048348?v=4?s=100\" width=\"100px;\" alt=\"Napster\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNapster\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=napstr\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/darknode\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/809429?v=4?s=100\" width=\"100px;\" alt=\"Maxim\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaxim\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=darknode\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=darknode\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://schmitt.cat\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/17984549?v=4?s=100\" width=\"100px;\" alt=\"Max Schmitt\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMax Schmitt\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=mxschmitt\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/cron410\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/3082899?v=4?s=100\" width=\"100px;\" alt=\"cron410\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ecron410\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=cron410\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Cardoso222\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/7026517?v=4?s=100\" width=\"100px;\" alt=\"Paulo Henrique\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePaulo Henrique\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=Cardoso222\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://coded.io\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/107097?v=4?s=100\" width=\"100px;\" alt=\"Kaleb Elwert\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKaleb Elwert\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=belak\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/wmbutler\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1254810?v=4?s=100\" width=\"100px;\" alt=\"Bill Butler\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBill Butler\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=wmbutler\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.mariotacke.io\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/4942019?v=4?s=100\" width=\"100px;\" alt=\"Mario Tacke\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMario Tacke\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=mariotacke\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://markwoodbridge.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1101318?v=4?s=100\" width=\"100px;\" alt=\"Mark Woodbridge\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMark Woodbridge\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=mrw34\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Ansem93\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/6626218?v=4?s=100\" width=\"100px;\" alt=\"Ansem93\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnsem93\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=Ansem93\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lukapeschke\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/17085536?v=4?s=100\" width=\"100px;\" alt=\"Luka Peschke\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuka Peschke\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=lukapeschke\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=lukapeschke\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/zoispag\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/21138205?v=4?s=100\" width=\"100px;\" alt=\"Zois Pagoulatos\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZois Pagoulatos\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=zoispag\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/pulls?q=is%3Apr+reviewed-by%3Azoispag\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#maintenance-zoispag\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://alexandre.menif.name\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/16152103?v=4?s=100\" width=\"100px;\" alt=\"Alexandre Menif\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlexandre Menif\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=alexandremenif\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/chugunov\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/4140479?v=4?s=100\" width=\"100px;\" alt=\"Andrey\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrey\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=chugunov\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://noplanman.ch\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/9423417?v=4?s=100\" width=\"100px;\" alt=\"Armando Lüscher\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eArmando Lüscher\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=noplanman\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rjbudke\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/273485?v=4?s=100\" width=\"100px;\" alt=\"Ryan Budke\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRyan Budke\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=rjbudke\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://kaloyan.raev.name\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/468091?v=4?s=100\" width=\"100px;\" alt=\"Kaloyan Raev\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKaloyan Raev\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=kaloyan-raev\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=kaloyan-raev\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/sixth\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/11591445?v=4?s=100\" width=\"100px;\" alt=\"sixth\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esixth\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=sixth\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://foosel.net\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/83657?v=4?s=100\" width=\"100px;\" alt=\"Gina Häußge\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGina Häußge\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=foosel\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/8ear\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/10329648?v=4?s=100\" width=\"100px;\" alt=\"Max H.\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMax H.\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=8ear\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://pjknkda.github.io\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/4986524?v=4?s=100\" width=\"100px;\" alt=\"Jungkook Park\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJungkook Park\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=pjknkda\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://achfrag.net\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/5753622?v=4?s=100\" width=\"100px;\" alt=\"Jan Kristof Nidzwetzki\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJan Kristof Nidzwetzki\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=jnidzwetzki\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.lukaselsner.de\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1413542?v=4?s=100\" width=\"100px;\" alt=\"lukas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003elukas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=mindrunner\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://codingcoffee.dev\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/13611153?v=4?s=100\" width=\"100px;\" alt=\"Ameya Shenoy\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAmeya Shenoy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=codingCoffee\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/raymondelooff\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/9716806?v=4?s=100\" width=\"100px;\" alt=\"Raymon de Looff\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRaymon de Looff\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=raymondelooff\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://codemonkeylabs.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/704034?v=4?s=100\" width=\"100px;\" alt=\"John Clayton\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohn Clayton\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=jsclayton\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Germs2004\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/5519340?v=4?s=100\" width=\"100px;\" alt=\"Germs2004\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGerms2004\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=Germs2004\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lukwil\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/30203234?v=4?s=100\" width=\"100px;\" alt=\"Lukas Willburger\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLukas Willburger\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=lukwil\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/auanasgheps\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/20586878?v=4?s=100\" width=\"100px;\" alt=\"Oliver Cervera\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOliver Cervera\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=auanasgheps\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/victorcmoura\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/26290053?v=4?s=100\" width=\"100px;\" alt=\"Victor Moura\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVictor Moura\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=victorcmoura\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=victorcmoura\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=victorcmoura\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mbrandau\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/12972798?v=4?s=100\" width=\"100px;\" alt=\"Maximilian Brandau\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaximilian Brandau\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=mbrandau\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=mbrandau\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/aneisch\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/6991461?v=4?s=100\" width=\"100px;\" alt=\"Andrew\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrew\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=aneisch\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/sixcorners\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/585501?v=4?s=100\" width=\"100px;\" alt=\"sixcorners\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esixcorners\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=sixcorners\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://arnested.dk\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/190005?v=4?s=100\" width=\"100px;\" alt=\"Arne Jørgensen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eArne Jørgensen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=arnested\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/pulls?q=is%3Apr+reviewed-by%3Aarnested\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/patski123\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/19295295?v=4?s=100\" width=\"100px;\" alt=\"PatSki123\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePatSki123\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=patski123\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://rubyroidlabs.com/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/624999?v=4?s=100\" width=\"100px;\" alt=\"Valentine Zavadsky\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eValentine Zavadsky\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=Saicheg\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=Saicheg\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=Saicheg\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/bopoh24\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/4086631?v=4?s=100\" width=\"100px;\" alt=\"Alexander Voronin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlexander Voronin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=bopoh24\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/issues?q=author%3Abopoh24\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.teqneers.de\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/788989?v=4?s=100\" width=\"100px;\" alt=\"Oliver Mueller\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOliver Mueller\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=ogmueller\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tammert\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/8885250?v=4?s=100\" width=\"100px;\" alt=\"Sebastiaan Tammer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSebastiaan Tammer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=tammert\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Miosame\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/8201077?v=4?s=100\" width=\"100px;\" alt=\"miosame\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emiosame\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=miosame\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://mtz.gr\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/590246?v=4?s=100\" width=\"100px;\" alt=\"Andrew Metzger\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrew Metzger\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/issues?q=author%3Aandrewjmetzger\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#example-andrewjmetzger\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/pgrimaud\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1866496?v=4?s=100\" width=\"100px;\" alt=\"Pierre Grimaud\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePierre Grimaud\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=pgrimaud\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mattdoran\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/577779?v=4?s=100\" width=\"100px;\" alt=\"Matt Doran\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatt Doran\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=mattdoran\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/MihailITPlace\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/28401551?v=4?s=100\" width=\"100px;\" alt=\"MihailITPlace\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMihailITPlace\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=MihailITPlace\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/bugficks\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/2992895?v=4?s=100\" width=\"100px;\" alt=\"bugficks\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ebugficks\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=bugficks\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=bugficks\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/MichaelSp\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/448282?v=4?s=100\" width=\"100px;\" alt=\"Michael\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichael\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=MichaelSp\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jokay\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/18613935?v=4?s=100\" width=\"100px;\" alt=\"D. Domig\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eD. Domig\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=jokay\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://maxwells-daemon.io\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/260084?v=4?s=100\" width=\"100px;\" alt=\"Ben Osheroff\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBen Osheroff\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=osheroff\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dhet\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/2668621?v=4?s=100\" width=\"100px;\" alt=\"David H.\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavid H.\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=dhet\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.gridgeo.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/671887?v=4?s=100\" width=\"100px;\" alt=\"Chander Ganesan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChander Ganesan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=chander\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/yrien30\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/26816162?v=4?s=100\" width=\"100px;\" alt=\"yrien30\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eyrien30\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=yrien30\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ksurl\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1371562?v=4?s=100\" width=\"100px;\" alt=\"ksurl\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eksurl\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=ksurl\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=ksurl\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#infra-ksurl\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rg9400\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/39887349?v=4?s=100\" width=\"100px;\" alt=\"rg9400\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003erg9400\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=rg9400\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tkalus\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/287181?v=4?s=100\" width=\"100px;\" alt=\"Turtle Kalus\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTurtle Kalus\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=tkalus\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/SrihariThalla\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/7479937?v=4?s=100\" width=\"100px;\" alt=\"Srihari Thalla\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSrihari Thalla\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=SrihariThalla\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://nymous.io\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/4216559?v=4?s=100\" width=\"100px;\" alt=\"Thomas Gaudin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eThomas Gaudin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=nymous\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://indigo.re/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2804645?v=4?s=100\" width=\"100px;\" alt=\"hydrargyrum\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ehydrargyrum\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=hydrargyrum\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://reinout.vanrees.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/121433?v=4?s=100\" width=\"100px;\" alt=\"Reinout van Rees\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eReinout van Rees\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=reinout\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/DasSkelett\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/28812678?v=4?s=100\" width=\"100px;\" alt=\"DasSkelett\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDasSkelett\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=DasSkelett\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/zenjabba\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/679864?v=4?s=100\" width=\"100px;\" alt=\"zenjabba\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ezenjabba\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=zenjabba\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://quan.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3526705?v=4?s=100\" width=\"100px;\" alt=\"Dan Quan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDan Quan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=djquan\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/modem7\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4349962?v=4?s=100\" width=\"100px;\" alt=\"modem7\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emodem7\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=modem7\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/hypnoglow\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4853075?v=4?s=100\" width=\"100px;\" alt=\"Igor Zibarev\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIgor Zibarev\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=hypnoglow\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/patricegautier\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38435239?v=4?s=100\" width=\"100px;\" alt=\"Patrice\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePatrice\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=patricegautier\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://jamesw.link/me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8067792?v=4?s=100\" width=\"100px;\" alt=\"James White\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJames White\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=jamesmacwhite\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://ko-fi.com/foxite\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20421657?v=4?s=100\" width=\"100px;\" alt=\"Dirk Kok\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDirk Kok\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=Foxite\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/EDIflyer\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13610277?v=4?s=100\" width=\"100px;\" alt=\"EDIflyer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEDIflyer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=EDIflyer\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jauderho\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13562?v=4?s=100\" width=\"100px;\" alt=\"Jauder Ho\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJauder Ho\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=jauderho\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://tamal.vercel.app/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72851613?v=4?s=100\" width=\"100px;\" alt=\"Tamal Das \"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTamal Das \u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=IAmTamal\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/testwill\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8717479?v=4?s=100\" width=\"100px;\" alt=\"guangwu\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eguangwu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=testwill\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://hub.lol\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/48992448?v=4?s=100\" width=\"100px;\" alt=\"Florian Hübner\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFlorian Hübner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=nothub\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/containrrr/watchtower/commits?author=nothub\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/andriibratanin\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20169213?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrii Bratanin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/containrrr/watchtower/commits?author=andriibratanin\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","funding_links":["https://liberapay.com/techknowlogick/","https://ko-fi.com/foxite"],"categories":["Go","Development with Docker","HarmonyOS","Misc","Docker","Build \u0026 Packaging Automation","Containers","Microservice","Applications","其他__大数据","automation","docker","hacktoberfest","置顶","Linux","Projects friendly to Hacktoberfest 1st time contributors","容器管理与运维 (Container Operations)"],"sub_categories":["CI/CD","Windows Manager","Snippets Manager","DevOps","网络服务_其他","2、智能开发与部署","Docker","Go","部署与自动化 (Deployment \u0026 Automation)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainrrr%2Fwatchtower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontainrrr%2Fwatchtower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainrrr%2Fwatchtower/lists"}