Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dockhippie/watchtower
Docker images for watchtower
https://github.com/dockhippie/watchtower
docker image
Last synced: 5 days ago
JSON representation
Docker images for watchtower
- Host: GitHub
- URL: https://github.com/dockhippie/watchtower
- Owner: dockhippie
- License: mit
- Created: 2015-08-27T13:10:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T09:25:52.000Z (7 months ago)
- Last Synced: 2024-04-24T14:59:15.582Z (7 months ago)
- Topics: docker, image
- Language: Shell
- Homepage:
- Size: 237 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - dockhippie/watchtower - Docker images for watchtower (docker)
README
# watchtower
[![Docker Build](https://github.com/dockhippie/watchtower/actions/workflows/docker.yml/badge.svg)](https://github.com/dockhippie/watchtower/actions/workflows/docker.yml) [![GitHub Repo](https://img.shields.io/badge/github-repo-yellowgreen)](https://github.com/dockhippie/watchtower)
These are docker images for [Watchtower][upstream] running on our
[Alpine Linux image][parent].## Versions
For the available versions please look at [Docker Hub][dockerhub] or
[Quay][quayio] or check the existing folders within the
[GitHub repository][github].## Volumes
* None
## Ports
* None
## Available environment variables
```console
DOCKER_API_VERSION = 1.24
WATCHTOWER_CLEANUP = false
WATCHTOWER_DEBUG = false
WATCHTOWER_ENABLE_LIFECYCLE_HOOKS = false
WATCHTOWER_HOST = unix:///var/run/docker.sock
WATCHTOWER_HTTP_API_METRICS = false
WATCHTOWER_HTTP_API_PERIODIC_POLLS = false
WATCHTOWER_HTTP_API_TOKEN =
WATCHTOWER_HTTP_API_UPDATE = false
WATCHTOWER_INCLUDE_RESTARTING = false
WATCHTOWER_INCLUDE_STOPPED = false
WATCHTOWER_INTERVAL = 300
WATCHTOWER_LABEL_ENABLE = false
WATCHTOWER_MONITOR_ONLY = false
WATCHTOWER_NO_COLOR = false
WATCHTOWER_NO_PULL = false
WATCHTOWER_NO_RESTART = false
WATCHTOWER_NO_STARTUP_MESSAGE = false
WATCHTOWER_OPTS =
WATCHTOWER_REMOVE_VOLUMES = false
WATCHTOWER_REVIVE_STOPPED = false
WATCHTOWER_ROLLING_RESTART = false
WATCHTOWER_RUN_ONCE = false
WATCHTOWER_SCHEDULE =
WATCHTOWER_SCOPE =
WATCHTOWER_STOP_TIMEOUT =
WATCHTOWER_TLS_VERIFY = false
WATCHTOWER_TRACE = false
WATCHTOWER_WARN_ON_HEAD_FAILURE =
```## Inherited environment variables
* [webhippie/alpine](https://github.com/dockhippie/alpine#available-environment-variables)
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Thomas Boerger](https://github.com/tboerger)
## License
MIT
## Copyright
```console
Copyright (c) 2015 Thomas Boerger
```[upstream]: https://github.com/containrrr/watchtower
[parent]: https://github.com/dockhippie/alpine
[dockerhub]: https://hub.docker.com/r/webhippie/watchtower/tags
[quayio]: https://quay.io/repository/webhippie/watchtower?tab=tags
[github]: https://github.com/dockhippie/watchtower