Abian Suarez
8c0fd0b960
Add Docker DB Manager - Desktop app for managing Docker database containers ( #1194 )
2025-10-07 22:54:46 +02:00
Julien Bisconti
5b46451014
Modernization (thanks to AI) ( #1187 )
...
* - ✅ Removed 3 broken links (labex.io, hashnode.com entries)
- ✅ Fixed rust-lang.org redirect issue
- ✅ Added problematic domains to exclusion list (YouTube playlists, aquasec, cloudsmith)
- ✅ Updated all npm dependencies to latest versions
- ✅ **health_check.mjs** - Comprehensive repository health checker
- Detects archived repositories
- Identifies stale projects (2+ years inactive)
- Flags inactive projects (1-2 years)
- Generates detailed health reports
- Run with: `npm run health-check`
- ✅ **test_all.mjs** - Now detects archived repositories
- Added `isArchived` field to GraphQL query
- Warns about archived repos that should be marked `💀 `
- Non-blocking warnings (doesn't fail builds)
- Runs every Monday at 9 AM UTC
- Checks all 731+ GitHub repositories for health
- Auto-creates/updates GitHub issue with findings
- Labels: `health-report`, `maintenance`
- Manual trigger available
- Runs every Saturday at 2 AM UTC
- Tests all external links
- Auto-creates issue when links break
- Auto-closes issue when all links fixed
- Labels: `broken-links`, `bug`
- Already checks for duplicates
- Now also checks for archived repos
- Validates link format and availability
- ✅ **MAINTENANCE.md** - Complete guide for maintainers
- Monthly, quarterly, and annual tasks
- Emergency procedures
- Quality standards
- Metrics to track
- ✅ **AGENTS.md** - Updated with new commands
- Added health-check command
- Noted GITHUB_TOKEN requirements
- Added alphabetical sorting guideline
- **Total Links**: 883 (731 GitHub repos + 152 external)
- **Working Links**: >99% (after fixes)
- **Abandoned Projects**: 15 marked with `💀 `
- **Automated Checks**: 3 workflows running
- **Automatic detection** of abandoned/archived projects
- **Weekly monitoring** ensures issues are caught early
- **Proactive alerts** via GitHub issues
- No more manual link checking (automated weekly)
- Archived repos detected automatically
- Contributors get instant PR feedback
- Health metrics tracked over time
- Clear standards documented
- Easy onboarding for new maintainers
- Monday: Health report generated and posted
- Saturday: Link validation runs
- Review health report issue
- Mark any newly archived projects with `💀 `
- Run full health check: `npm run health-check`
- Review inactive projects (1-2 years)
- Consider removing very old abandoned projects
- Deep cleanup of `💀 ` projects
- Update documentation
- Review categories and organization
1. **Auto-PR for Archived Repos**: Bot could auto-create PRs to mark archived repos
2. **Contribution Stats**: Track and display top contributors
3. **Category Health**: Per-category health metrics
4. **Dependency Updates**: Dependabot for npm packages
5. **Star Trending**: Track which projects are gaining popularity
- `tests/health_check.mjs` - Health checker script
- `.github/workflows/health_report.yml` - Weekly health workflow
- `.github/workflows/broken_links.yml` - Link validation workflow
- `.github/MAINTENANCE.md` - Maintainer guide
- `AGENTS.md` - AI agent guidelines
- `README.md` - Removed 3 broken links, fixed 1 redirect
- `tests/test_all.mjs` - Added archive detection
- `tests/exclude_in_test.json` - Added problematic domains
- `package.json` - Added health-check script
- `package-lock.json` - Updated dependencies
Before: Manual maintenance, broken links accumulate, outdated projects linger
After: **Automated health monitoring, proactive issue detection, systematic maintenance**
The list is now **self-maintaining** with minimal human oversight required.
---
*Generated: 2025-10-01*
* update github actions
* remove dead links
* set timeout
* Add badges
2025-10-02 15:03:59 +02:00
UUSEC Technology
cb2b7788f2
Add OpenResty Manager ( #1170 )
2025-09-26 09:18:57 +02:00
Manuel Schmid
f060745a7d
hotfix: adjust broken links ( #1183 )
...
* hotfix: adjust broken links
as mentioned in https://github.com/veggiemonk/awesome-docker/actions/runs/17872390689/job/50828260945
* hotfix: adjust broken links #2
as mentioned in https://github.com/veggiemonk/awesome-docker/actions/runs/17881642309/job/50850052160?pr=1183
* hotfix: adjust broken links #3
as mentioned in https://github.com/veggiemonk/awesome-docker/actions/runs/17881663351/job/50850098802?pr=1183
2025-09-21 14:20:11 +02:00
Manuel Schmid
43bde87b9d
feat: add DockStat ( #1185 )
...
* feat: add DockStat
* fix: use correct order for 🚧 sign
* fix: use description of repository https://github.com/its4nik/dockstat instead of the one provided by @its4nik
2025-09-20 20:34:19 +02:00
Manuel Schmid
035af2a05b
feat: add defang ( #1184 )
2025-09-20 20:33:46 +02:00
Byte Sharky
1763c33c61
Add docker-dns to Service Discovery ( #1181 )
...
* Add docker-dns to Service Discovery
Lightweight DNS forwarder for Docker containers, resolves container
names with custom suffixes (e.g. .docker) on the host to simplify
service discovery.
* docs: add missing user information
Updated docker-dns description to include author attribution
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com >
2025-09-10 19:45:14 +02:00
100tomer
4d95f6faf3
Add RepoFlow – a simple Docker-compatible package management platform ( #1174 )
2025-08-27 05:37:56 +07:00
Resul
2be78fd663
Add Label Backup to README.md as a new Docker-aware backup agent ( #1171 )
Pull Requests / Weekly QA / test (push) Failing after 50s
2025-05-18 10:37:12 +02:00
Piotr Hajdas
0e0e1eb688
Add docker-to-iac: Convert Docker configurations to Infrastructure as Code templates ( #1167 )
...
Pull Requests / Weekly QA / test (push) Failing after 1m23s
* Update README.md
* Update for alphabetical order
* Update README.md
2025-05-08 00:33:23 +02:00
Baikare Sandip
9bd9d88c99
Update README.md ( #1168 )
...
Pull Requests / Weekly QA / test (push) Failing after 1m25s
Updated awesome-stacks description
2025-04-25 03:47:07 +02:00
Jack Stuart
07b204cd54
Mark multiple projects as dead ( #1166 )
2025-04-23 08:04:08 +02:00
Gorkem Cetin (BWL)
f15a4e1168
Add Checkmate to "Monitoring" ( #1163 )
Pull Requests / Weekly QA / test (push) Failing after 46s
2025-03-30 18:01:12 +02:00
Alex Kup
98d2223c13
add lazyjournal ( #1161 )
Pull Requests / Weekly QA / test (push) Failing after 1m22s
2025-01-25 10:10:32 +01:00
Julien Bisconti
c62c45656d
remove empty header ( #1155 )
...
fixes #1152
2024-12-01 11:22:29 +01:00
Julien Bisconti
4bcb9c2439
fix windows install link ( #1156 )
2024-12-01 11:21:51 +01:00
Stéphane ROBERT
12706386a0
Add a French Blog ( #1153 )
...
My site is among the most visited by French-speaking individuals for content on DevSecOps culture and tools. And of course, Docker is extensively documented on it.
2024-11-30 01:35:52 +01:00
Yasser Kaddoura
4f80700659
Add Komodo ( #1151 )
...
A Portainer alternative
https://github.com/mbecker20/komodo
2024-11-12 08:25:10 +01:00
Bob Conan
f2c088a055
Update README.md, fix typos ( #1150 )
2024-10-22 02:54:44 +02:00
Julien Bisconti
84662cedcd
add docker-repack ( #1148 )
...
https://github.com/orf/docker-repack
2024-10-22 02:53:51 +02:00
Julien Bisconti
bb7c1a877c
update Google Container Registry -> Artifact Registry ( #1149 )
...
* update Google Container Registry -> Artifact Registry
* remove dockhero.io (link dead)
* Update exclude_in_test.json
udacity is still valid, just returned `forbidden`.
2024-10-22 02:53:35 +02:00
Lei Shi
4939d96c61
Add Docker Hands-on Labs to Where to start section ( #1147 )
...
* Add Docker Hands-on Labs to Where to start section
* Update README.md
2024-10-20 17:22:51 +02:00
Daniel Lombardi
2856ae4a0e
added: swarm-ansible ( #1146 )
...
* Update README.md
* Update README.md
2024-10-06 23:48:37 +02:00
Aman Kumar
84e69881ec
Fix axibase collector link in readme ( #1144 )
2024-09-08 13:43:59 +02:00
Julien Bisconti
22baa909a7
deprecate Dockeron ( #1143 )
...
fixes #1141
2024-08-22 11:36:31 +02:00
Jason Ng
2e5f3d912e
Add MyIP ( #1142 )
2024-08-22 11:16:02 +02:00
Manuel Schmid
4a116add3a
fix: update outdated links in README.md ( #1140 )
2024-08-15 09:53:21 +02:00
Julien Bisconti
5d67b52ef8
[maintainer] Remove mention of twitter bot ( #1138 )
...
* Remove mention of twitter bot
It seems broken since the twitter/x API changes. @vegasbrianc was the one to set it up back then. This has been mentioned in #1137
* Update config.yml
first PR merged comment fixed
2024-07-13 22:10:49 +02:00
Alan Pope
cf36e94b71
Add Syft SBOM tool to the Awesome Docker Security section 🎉 ( #1134 )
...
* Add Syft to the security section
The world's favorite SBOM tool :D
* Fix my markdown blunder
Ahem.
* ABCDEFGHIJKLMNOPQR S TUVWXYZ
You'd have thought I'd have learned the alphabet by now.
I don't know *what* I was thinking, putting it waaaay up there.
Sorry about that.
* Update Syft & Anchore
Ok, I didn't realise the Anchore link at the top is actually to a product which is no longer available. So, I did the following to reduce mess:
1) Fixed the Anchore Enterprise product name, and added the 💲 because it's a paid product.
2) Removed reference to Anchore from Syft, as it's an open source project with multiple contributors outside Anchore.
I hope that's okay :D
2024-07-13 00:10:49 +02:00
Ajay D
7663c4e0f5
Add goManageDocker ( #1131 )
...
* Add goManageDocker
* added gomanagedocker in correct position
2024-06-24 12:22:58 +02:00
Manuel Schmid
c322627dce
fix slideshare link in readme ( #1130 )
...
fixes https://github.com/veggiemonk/awesome-docker/actions/runs/9621141019/job/26540539035
2024-06-24 07:54:31 +02:00
invzhi
e9f12cc305
caddy-docker-upstreams ( #1127 )
2024-06-13 07:25:07 +02:00
Denis Khoshaba
f5d48da87a
Add anchor ( #1125 )
...
* Add anchor
2024-05-26 17:38:53 +02:00
Julien Bisconti
5dfc524e74
docker-controller-bot ( #1124 )
...
Telegram bot to control docker containers
2024-05-15 06:47:50 +02:00
hpsaturn
b27a13f2a2
development environment entry: ESP32 Linux Docker Builder ( #1121 )
...
* new development environment entry to compile Linux for ESP32 micros
* fixed markdown issue
2024-04-08 10:24:04 +02:00
Manuel Schmid
4107e446d6
Fix URL linux-audit.com ( #1120 )
...
replace /tag/ with /tags/
https://linux-audit.com/tag/docker/ => 410
https://linux-audit.com/tags/docker/ => 200
2024-04-06 10:32:06 +02:00
Austin Miller
393566d1f5
Learn Docker Visually - Beginner focused high-level overview of all major components of Docker. ( #1119 )
2024-03-20 00:49:22 +01:00
Sofus Albertsen
cde4b9ac7d
add Docker katas ( #1118 )
...
* Update README.md
This series of labs will take you from "Hello Docker" to deploying a containerized web application to a server.
* fix: remove links with failing checks
see https://github.com/veggiemonk/awesome-docker/actions/runs/8097381193/job/22129036106?pr=1118
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com >
2024-02-29 15:34:58 +01:00
Julian Hochgesang
8fcd838f10
Add SparkView ( #1117 )
2024-02-08 18:42:30 +01:00
Shizun Ge
0925bbcd38
Add gantry for automatically updating Docker services ( #1115 )
2024-02-03 19:59:15 +01:00
Eligio Mariño
5be0d6fa27
doc: add Docuum ( #1114 )
2024-02-03 13:51:31 +01:00
Julien Bisconti
fdf7b63047
add dockemon ( #1113 )
2024-02-02 15:11:19 +01:00
Julien Bisconti
6a81e9f0e5
add dockge ( #1112 )
2024-02-02 15:08:37 +01:00
Alexander
ced0aa5569
Add Mafl ( #1109 )
...
* Add Mafl
* Reorder Mafl
2024-01-21 22:26:28 +01:00
Maximilian Muecke
e0c9da7d18
feat: denops-docker.vim entry and set docker.vim to abandoned
2024-01-21 18:58:31 +01:00
Maximilian Muecke
e6c0a3d57a
feat: gitea and github container registry entries ( #1110 )
...
* feat: gitea and github container registry entries
* fix: adjust gitea ordering
2024-01-21 12:07:03 +01:00
Rami Krispin
4275b45175
Update README.md
...
Add the VScode tutorial
2024-01-20 17:34:26 +01:00
mag37
9ee5ea343f
Added dockcheck under CI/CD section. ( #1107 )
...
dockcheck - A script checking updates for docker images without pulling - then selectively auto-update some/all containers (with extras like notifications, pruning and more).
2024-01-14 21:35:40 +01:00
pmeyer34
dd95f4e357
Add Tekton ( #1105 )
...
* Add Tekton
Signed-off-by: Patrice MEYER <patrice.meyer@groupama.com >
* adjust Tekton description
---------
Signed-off-by: Patrice MEYER <patrice.meyer@groupama.com >
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com >
2024-01-04 12:10:34 +01:00
Damian Szczepanik
8c65e6563b
ctop project is not maintained and is based on the image with 100+ vulnerabilities ( #1104 )
2023-12-14 00:27:21 +01:00