Skip to content

Commit 77f6624

Browse files
committed
Update private Docker registry docs: remove GCR, focus on Docker Hub and AWS ECR
1 parent a417624 commit 77f6624

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

cerebrium/container-images/private-docker-registry.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Using Private Docker Registries"
33
description: "How to authenticate, pull, and use private Docker images as base images in your deployments."
44
---
55

6-
Cerebrium supports using your own private Docker images as base images for your deployments - including images from Docker Hub, AWS ECR, Google Container Registry, or any Docker-compatible private registry.
6+
Cerebrium supports using your own private Docker images as base images for your deployments - including images from Docker Hub and AWS ECR.
77

88
Our build system securely pulls your private image using the Docker credentials stored in your ~/.docker/config.json, and then builds your app on top of that image. Since these credentials are used during deployment, they should be team-accessible rather than tied to a single individual.
99

@@ -33,12 +33,6 @@ aws ecr get-login-password --region us-east-1 | \
3333
123456789.dkr.ecr.us-east-1.amazonaws.com
3434
```
3535

36-
**Google Container Registry:**
37-
38-
```bash
39-
gcloud auth configure-docker
40-
```
41-
4236
**Generic Registry:**
4337

4438
```bash

0 commit comments

Comments
 (0)