apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
203 stars 42 forks source link

docker image for the dev container cannot be pulled in mainland. #537

Closed yecol closed 1 day ago

yecol commented 3 weeks ago

Describe the enhancement requested

Since the dockerhub is hard to access in mainland, the image cannot be pulled. Is that possible to put the docker image in the github registry (ghcr.io)? This should be more friendly to developers both in/outside of mainland.

Component(s)

Developer Tools

acezen commented 3 weeks ago

Thanks for the advice. I would try to move the docker image to ghcr.io and update the devcontainer.json.

acezen commented 3 days ago

Thanks for the advice. I would try to move the docker image to ghcr.io and update the devcontainer.json.

The graphar-dev image has been push to both dockerhub and ghcr.io

Hi, @yecol , could you help to update the devcontainer.json to the github registry? https://github.com/apache/incubator-graphar/blob/28edb931f897ae3465501e94bba900b876c7b0d9/.devcontainer/devcontainer.json#L25

yecol commented 3 days ago

Sure, I will do it.