Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace quay.io with amazon ECR where appropriate #15382

Merged
merged 11 commits into from
Aug 19, 2022
Prev Previous commit
Next Next commit
Fix missing replacement
  • Loading branch information
logand22 committed Aug 10, 2022
commit 3fda3131bd4daffd7e849f3d65c7df5595267923
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ In a production environment, Teleport must run as `root`. For testing or non-pro
If you wish to deploy Teleport inside a Docker container:
```
# This command will pull the Teleport container image for version 8
docker pull quay.io/gravitational/teleport:8
docker pull public.ecr.aws/gravitational/teleport:8
```
View latest tags on [Amazon ECR Public | gravitational/teleport](https://gallery.ecr.aws/gravitational/teleport)

Expand Down