-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate container registry info from etcd to postgresql
- Loading branch information
1 parent
46fa039
commit 51b64c8
Showing
22 changed files
with
456 additions
and
633 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
fixtures/manager/example-container-registries-backendai-multiarch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"container_registries": [ | ||
{ | ||
"id": "fe878f09-06cc-4b91-9242-4c71015cce04", | ||
"hostname": "cr.backend.ai", | ||
"url": "https://cr.backend.ai", | ||
"type": "harbor2", | ||
"project": "stable,community,multiarch" | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
fixtures/manager/example-container-registries-backendai.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"container_registries": [ | ||
{ | ||
"id": "fe878f09-06cc-4b91-9242-4c71015cce04", | ||
"hostname": "cr.backend.ai", | ||
"url": "https://cr.backend.ai", | ||
"type": "harbor2", | ||
"project": "stable,community" | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
fixtures/manager/example-container-registries-dockerhub.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"container_registries": [ | ||
{ | ||
"id": "abc42a05-4471-41fa-8772-10bf6452c7d1", | ||
"hostname": "index.docker.io", | ||
"url": "https://registry-1.docker.io", | ||
"type": "docker", | ||
"username": "lablup" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
src/ai/backend/install/fixtures/example-container-registries-backendai-multiarch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"container_registries": [ | ||
{ | ||
"id": "fe878f09-06cc-4b91-9242-4c71015cce04", | ||
"hostname": "cr.backend.ai", | ||
"url": "https://cr.backend.ai", | ||
"type": "harbor2", | ||
"project": ["stable", "community", "multiarch"] | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
src/ai/backend/install/fixtures/example-container-registries-backendai.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"container_registries": [ | ||
{ | ||
"id": "fe878f09-06cc-4b91-9242-4c71015cce04", | ||
"hostname": "cr.backend.ai", | ||
"url": "https://cr.backend.ai", | ||
"type": "harbor2", | ||
"project": ["stable", "community"] | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
src/ai/backend/install/fixtures/example-container-registries-dockerhub.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"container_registries": [ | ||
{ | ||
"id": "abc42a05-4471-41fa-8772-10bf6452c7d1", | ||
"hostname": "index.docker.io", | ||
"url": "https://registry-1.docker.io", | ||
"type": "docker", | ||
"username": "lablup" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.