Skip to content

Commit

Permalink
change default docker image registry to ghcr. (apache#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
yecol authored and Elssky committed Oct 8, 2024
1 parent b87b7e0 commit b04e0a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b04e0a5

Please sign in to comment.