Skip to content

Commit 5da7af1

Browse files
committed
docs: simplify private ECR note
1 parent 43aa7fe commit 5da7af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cerebrium/container-images/defining-container-images.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Public ECR images from the `public.ecr.aws` registry work without authentication
262262
docker_base_image_url = "public.ecr.aws/lambda/python:3.11"
263263
```
264264

265-
However, **private ECR images** (e.g., `123456789.dkr.ecr.us-east-1.amazonaws.com/my-image`) require authentication. See [Using Private Docker Registries](/cerebrium/container-images/private-docker-registry) for setup instructions.
265+
However, **private ECR images** require authentication. See [Using Private Docker Registries](/cerebrium/container-images/private-docker-registry) for setup instructions.
266266

267267
## Custom Runtimes
268268

0 commit comments

Comments
 (0)