diff --git a/docs.json b/docs.json index 4b96bd22..d4551fbb 100644 --- a/docs.json +++ b/docs.json @@ -362,7 +362,8 @@ "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" ] }, { 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.