docs(ecr,ecs): catch up website + cross-service matrix#744
Merged
vieiralucas merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
- New website/content/docs/services/ecr.md service page covering full 58-op API, real OCI v2 push/pull, lifecycle eval, cosign verification, and cross-service ties (ECS task images, Lambda Image package, signing). - website/content/docs/services/_index.md refreshed: 22 -> 25 services, 1,668 -> 1,798 ops, ECR + ECS rows added, KMS / IAM / receipt-rule / Cognito / RDS notes brought in line with shipped behavior. - website/content/docs/services/ecs.md: drop stale Roadmap that listed Batch 4 as pending (it shipped); strip "(Batch 2/3)" subhead suffixes and the "later" hint from the description; everything in that page is now shipped behavior. - website/content/docs/guides/cross-service-integration.md: add the ECS -> ECR / ECS awslogs -> Logs / ECS task secrets -> Secrets+SSM / ECS task role -> IAM credentials / ECR signing -> KMS bullets that the runtime executes today but the matrix didn't surface. - New website/content/local-ecs.md slug-exact landing page mirroring local-ecr.md so the "local ecs" search funnel has somewhere to land. Validated with `zola build` — all new pages render; pre-existing broken external links in unrelated blog posts are not touched.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ECR and ECS shipped weeks ago but the website lagged on a few non-code spots. This PR catches them up:
website/content/docs/services/ecr.md— full ECR service page (58 ops, real OCI v2 push/pull, lifecycle eval, cosign signature verification, cross-service ties).website/content/local-ecs.md— slug-exact landing page mirroringlocal-ecr.mdfor the "local ecs" search funnel.website/content/docs/services/_index.md— bumped 22 -> 25 services and 1,668 -> 1,798 ops; added ECR + ECS rows; brought KMS / IAM / receipt-rule / Cognito / RDS notes in line with shipped behavior.website/content/docs/services/ecs.md— dropped the stale Roadmap section (Batch 4 already shipped); removed(Batch 2/3)subhead suffixes and(later)hint; everything on the page is shipped behavior now.website/content/docs/guides/cross-service-integration.md— added the ECS -> ECR, ECS awslogs -> Logs, ECS task secrets -> Secrets/SSM, ECS task role -> IAM credentials, ECR signing -> KMS bullets that the runtime executes today but the matrix didn't surface.Test plan
zola buildsucceeds; new ECR + local-ecs pages render at/docs/services/ecr/and/local-ecs/.feedback_no_blogpost_updates).Summary by cubic
Catches the website up to shipped ECR and ECS features. Adds a full ECR docs page, a “local ECS” landing page, and updates the cross-service matrix and services index to match current behavior.
New Features
/local-ecs/) mirroringlocal-ecr.mdfor search traffic.Refactors
Written for commit f96f37d. Summary will update on new commits.