[PR #1437] [MERGED] Reorg sections, tighten criteria, add new projects #15074

Closed
opened 2026-05-20 00:09:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1437
Author: @veggiemonk
Created: 5/17/2026
Status: Merged
Merged: 5/17/2026
Merged by: @veggiemonk

Base: masterHead: reorg/scope-and-structure


📝 Commits (10+)

📊 Changes

4 files changed (+516 additions, -560 deletions)

View changed files

📝 .github/CONTRIBUTING.md (+40 -3)
📝 README.md (+401 -557)
📝 config/exclude.yaml (+1 -0)
scripts/fix_yen_placement.py (+74 -0)

📄 Description

Summary

  • Structural reorg: regroup README into clearer top-level sections (Engine & Runtime, Building Images, Image Lifecycle, Running Containers, Networking & Proxies, Storage & Data, Observability, Security, User Interfaces, Developer Workflow, In-Container Tooling).
  • Tighten submission criteria in CONTRIBUTING.md — projects must be for Docker/containers, not just use Docker.
  • Manual cleanup pass: remove archived/redirected entries, dedupe variants, normalize 💴 placement (helper scripts/fix_yen_placement.py).
  • New projects added:
    • youki → Engine & Runtime (Rust OCI runtime)
    • kontain.me → Image Lifecycle / Registry (on-demand image registry)
    • go-containerregistry → Image Lifecycle / Registry CLI (library + crane/gcrane/registry tools)
    • Other 2026-relevant projects from earlier commits in this branch.

Test plan

  • make lint — 0 warnings
  • make check-pr — external link checks pass
  • make build && ./awesome-docker lint — clean
  • Spot-check rendered website (make website) section ordering

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/1437 **Author:** [@veggiemonk](https://github.com/veggiemonk) **Created:** 5/17/2026 **Status:** ✅ Merged **Merged:** 5/17/2026 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `reorg/scope-and-structure` --- ### 📝 Commits (10+) - [`ebd56a2`](https://github.com/veggiemonk/awesome-docker/commit/ebd56a27b531f2a9b7190885d5ec82e35f39730e) Structural reorg - part 1 - [`4a5da76`](https://github.com/veggiemonk/awesome-docker/commit/4a5da76386d511e705ebf5b6b718375d1a7e32a5) Tighten project submission criteria - [`ef4c640`](https://github.com/veggiemonk/awesome-docker/commit/ef4c640f274c93ac5db305f855580de061a8a835) Manual review and clean up - [`6675108`](https://github.com/veggiemonk/awesome-docker/commit/667510836d2857a4b490c4569cf8738489d299a9) Add relevant project in 2026 - [`53e0136`](https://github.com/veggiemonk/awesome-docker/commit/53e013604eba8a1690ded699375806e5c7f533a4) fix lint - [`0ffee79`](https://github.com/veggiemonk/awesome-docker/commit/0ffee7984dacd3bc38e05bee833e43ef0d995d38) add relevant projects - [`1260161`](https://github.com/veggiemonk/awesome-docker/commit/126016152c4057d87438a4db829506986c5c7e08) Add Cloud Run Compose, fix redirected URLs - [`4b3e814`](https://github.com/veggiemonk/awesome-docker/commit/4b3e814bdf1e6e28dea9eb4e5b6c865162e4b2f0) remove dead projects - [`71ce983`](https://github.com/veggiemonk/awesome-docker/commit/71ce9834be56275a1da848d8258f147a1ed16481) exclude bot protected website - [`aeda651`](https://github.com/veggiemonk/awesome-docker/commit/aeda651592c53595bd5d48d86e8438befc35a8c6) clean up ### 📊 Changes **4 files changed** (+516 additions, -560 deletions) <details> <summary>View changed files</summary> 📝 `.github/CONTRIBUTING.md` (+40 -3) 📝 `README.md` (+401 -557) 📝 `config/exclude.yaml` (+1 -0) ➕ `scripts/fix_yen_placement.py` (+74 -0) </details> ### 📄 Description ## Summary - **Structural reorg**: regroup README into clearer top-level sections (Engine & Runtime, Building Images, Image Lifecycle, Running Containers, Networking & Proxies, Storage & Data, Observability, Security, User Interfaces, Developer Workflow, In-Container Tooling). - **Tighten submission criteria** in CONTRIBUTING.md — projects must be *for* Docker/containers, not just *use* Docker. - **Manual cleanup pass**: remove archived/redirected entries, dedupe variants, normalize :yen: placement (helper `scripts/fix_yen_placement.py`). - **New projects added**: - `youki` → Engine & Runtime (Rust OCI runtime) - `kontain.me` → Image Lifecycle / Registry (on-demand image registry) - `go-containerregistry` → Image Lifecycle / Registry CLI (library + `crane`/`gcrane`/`registry` tools) - Other 2026-relevant projects from earlier commits in this branch. ## Test plan - [x] `make lint` — 0 warnings - [ ] `make check-pr` — external link checks pass - [x] `make build && ./awesome-docker lint` — clean - [ ] Spot-check rendered website (`make website`) section ordering 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-20 00:09:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#15074