https://github.com/aeneasr/dockerstats
View historical Docker Hub image pull charts for all public Docker Images.
https://github.com/aeneasr/dockerstats
docker docker-image dockerstats
Last synced: 9 months ago
JSON representation
View historical Docker Hub image pull charts for all public Docker Images.
- Host: GitHub
- URL: https://github.com/aeneasr/dockerstats
- Owner: aeneasr
- License: apache-2.0
- Archived: true
- Created: 2020-07-29T20:27:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T20:18:30.000Z (about 5 years ago)
- Last Synced: 2024-09-25T01:34:59.366Z (over 1 year ago)
- Topics: docker, docker-image, dockerstats
- Language: TypeScript
- Homepage: https://dockerstats.com
- Size: 1000 KB
- Stars: 44
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [dockerstats.com](https://dockerstats.com)
⚠️ Due to recent changes to Docker Hub APIs (rate limits) and new business model, [dockerstats.com](https://dockerstats.com) can no longer collect image statistics at bulk. Due to a lack of time I am also not able to figure out fixes which is why the project will shut down and this repository will be archived. ⚠️
This hobby and research project scraps the Docker Hub API and keeps track of Docker Image Pulls over time. One such example is
[library/nginx](https://dockerstats.com/hubs/docker/library/nginx).

## Limitations
Docker Hub stores image pulls as an int32 which causes several images to report incorrect pull statistics.
An issue has already been filed for this: [hub-feedbak#203](https://github.com/docker/hub-feedback/issues/2003)