Skip to content

Commit

Permalink
fix: domain for registry (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored May 24, 2024
1 parent 355dbc1 commit 4686007
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions k3d-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ registries:
mirrors:
"docker.io":
endpoint:
- http://dev-only-registry.onglueopshosted.com:5000
- http://dev-only-registry.glueopshosted.com:5000
"quay.io":
endpoint:
- http://dev-only-registry.onglueopshosted.com:5001
- http://dev-only-registry.glueopshosted.com:5001
"ghcr.io":
endpoint:
- http://dev-only-registry.onglueopshosted.com:5002
- http://dev-only-registry.glueopshosted.com:5002
"gcr.io":
endpoint:
- http://dev-only-registry.onglueopshosted.com:5003
- http://dev-only-registry.glueopshosted.com:5003
"public.ecr.aws":
endpoint:
- http://dev-only-registry.onglueopshosted.com:5004
- http://dev-only-registry.glueopshosted.com:5004
"mcr.microsoft.com":
endpoint:
- http://dev-only-registry.onglueopshosted.com:5005
- http://dev-only-registry.glueopshosted.com:5005
"registry.gitlab.com":
endpoint:
- http://dev-only-registry.onglueopshosted.com:5006
- http://dev-only-registry.glueopshosted.com:5006
options:
k3d:
Expand Down

0 comments on commit 4686007

Please sign in to comment.