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 4a309af fix(dev): Update the image of initializeCommand in
devcontainer.json (#492)
4a309af is described below
commit 4a309af4c6b4818a4b7346fe14f45851f0d73ad0
Author: Weibin Zeng <[email protected]>
AuthorDate: Wed May 22 19:09:47 2024 +0800
fix(dev): Update the image of initializeCommand in devcontainer.json (#492)
---
.devcontainer/devcontainer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 1dd4d00..00c5a76 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -51,7 +51,7 @@
"remoteUser": "graphar",
// Use 'postCreateCommand' to run commands before the container is
created.
- "initializeCommand": "sudo docker pull
registry.cn-hongkong.aliyuncs.com/graphscope/graphar-dev:latest",
+ "initializeCommand": "sudo docker pull graphar/graphar-dev:latest",
// Uncomment this to enable C++ and Rust debugging in containers
// "capAdd": ["SYS_PTRACE"],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]