From 279ccc9626d0b00ed8f1899197e6e5570afacf91 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Wed, 22 Jul 2026 16:39:51 -0400 Subject: [PATCH 1/3] Update docs.json --- docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.json b/docs.json index 4b96bd22..28d7dbf8 100644 --- a/docs.json +++ b/docs.json @@ -363,6 +363,7 @@ "tutorials/pods/comfyui", "tutorials/pods/run-ollama", "tutorials/pods/build-docker-images" + "tutorials/pods/use-private-ecr-images" ] }, { From 6d360a52a0d29ccaeb28f98d26fce0a798663e56 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Wed, 22 Jul 2026 16:57:19 -0400 Subject: [PATCH 2/3] Update docs.json --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 28d7dbf8..d4551fbb 100644 --- a/docs.json +++ b/docs.json @@ -362,7 +362,7 @@ "tutorials/pods/run-your-first", "tutorials/pods/comfyui", "tutorials/pods/run-ollama", - "tutorials/pods/build-docker-images" + "tutorials/pods/build-docker-images", "tutorials/pods/use-private-ecr-images" ] }, From e5d5bd9903782baa439637e1c859cfb9ac8268a9 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Wed, 22 Jul 2026 17:08:32 -0400 Subject: [PATCH 3/3] Update release-notes.mdx --- release-notes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes.mdx b/release-notes.mdx index 6be5e77b..e5a2e237 100644 --- a/release-notes.mdx +++ b/release-notes.mdx @@ -25,8 +25,8 @@ rss: true

Improvement [Updated Serverless endpoint creation flow](https://docs.runpod.io/serverless/endpoints/overview)

The endpoint creation flow now offers six deployment paths — Hello World, Hugging Face LLM, Docker, GitHub, Flash, and Hub (which replaces the previous "Ready-to-Deploy Repos" option). Each path walks you through the right setup for your use case. - { /*

New Release [Deploy Pods with private AWS ECR images - BETA](/tutorials/pods/use-private-ecr-images)

New tutorial covering how to pull container images from private AWS ECR repositories into Runpod Pods using cross-account IAM delegation. Includes configuring ECR repository policies, adding ECR credentials in the Runpod - console, and deploying a Pod with a private image, without managing credentials directly. */ } +

New Release [Deploy Pods with private AWS ECR images - BETA](/tutorials/pods/use-private-ecr-images)

New tutorial covering how to pull container images from private AWS ECR repositories into Runpod Pods using cross-account IAM delegation. Includes configuring ECR repository policies, adding ECR credentials in the Runpod + console, and deploying a Pod with a private image, without managing credentials directly.