This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new 70e92d9 fix(infra): Fix the invalid dev container image (#491)
70e92d9 is described below
commit 70e92d9b79b831eac7bc2c3f17ba7ff6140dc65a
Author: Weibin Zeng <[email protected]>
AuthorDate: Wed May 22 16:56:56 2024 +0800
fix(infra): Fix the invalid dev container image (#491)
Reason for this PR
as #490 describe.
What changes are included in this PR?
update the image to a valid url.
Are these changes tested?
no need to test
Are there any user-facing changes?
no
Signed-off-by: acezen <[email protected]>
---
.devcontainer/devcontainer.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 518a668..1dd4d00 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -22,8 +22,7 @@
{
"name": "GraphAr",
// Or use a Dockerfile or Docker Compose file. More info:
https://containers.dev/guide/dockerfile
- "image":
"registry.cn-hongkong.aliyuncs.com/graphscope/graphar-dev:latest",
- // "image": "ubuntu:22.04",
+ "image": "graphar/graphar-dev:latest",
// Features to add to the dev container. More info:
https://containers.dev/features.
"features": {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]