https://github.com/ccao-data/service-watchtower
Service to monitor the CCAO registry and automatically pull new Docker images
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Keywords
Repository
Service to monitor the CCAO registry and automatically pull new Docker images
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Watchtower
This service runs on CCAO's Shiny server/Ubuntu VM and is responsible for keeping CCAO applications and services up-to-date. It utilizes a small application called Watchtower to scan the CCAO container registry at a set interval and automatically pull new Docker images.
The service will only scan/update images with the Docker label com.centurylinklabs.watchtower.enable=true. This label must be added manually when creating CCAO applications and services. Once an image is updated, any new instances will use the updated version. To force a new session/app update, relaunch the application or service using docker-compose.
Usage
To start this service, first connect to the Shiny server via SSH (ask IT for login details). Next, go to the folder containing this repository (usually ~/services/service-watchtower) or clone the repo if it doesn't exist locally. Finally, start the service using Docker Compose by typing docker-compose up -d while in the same folder as docker-compose.yml.
This service requires Docker login details in order to scan the CCAO's private container registry. These details are passed to the service by placing a file, config.json, within a subdirectory of the main repository folder called secrets. The directory structure should be:
service_watchtower
├── docker-compose.yaml
└── secrets
└── config.json
The config.json file is generated using docker login and saved to ~/.docker/config.json by default. Be sure to copy the file into secrets before launching the service with docker-compose up -d.
Owner
- Name: Cook County Assessor's Office
- Login: ccao-data
- Kind: organization
- Email: assessor.data@cookcountyil.gov
- Website: https://www.cookcountyassessor.com
- Twitter: AssessorCook
- Repositories: 1
- Profile: https://github.com/ccao-data
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0