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 d1b63c61 change default docker image registry to ghcr. (#567)
d1b63c61 is described below
commit d1b63c619370c6ed9d3ea79d65974d05bab99e76
Author: Jingbo Xu <[email protected]>
AuthorDate: Wed Jul 31 15:10:56 2024 +0800
change default docker image registry to ghcr. (#567)
---
.devcontainer/devcontainer.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 8c416b56..b3fb608b 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -22,7 +22,9 @@
{
"name": "GraphAr",
// Or use a Dockerfile or Docker Compose file. More info:
https://containers.dev/guide/dockerfile
- "image": "graphar/graphar-dev:latest",
+ "image": "ghcr.io/apache/graphar-dev:latest",
+ // Or use image on DockerHub registry:
+ // "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]