cambridge-cares / TheWorldAvatar

A knowledge-graph-based digital twin of the world.
https://theworldavatar.io/
MIT License
72 stars 23 forks source link

Replace all references to the CMCL blazegraph image with the GitHub image #614

Open jb2197 opened 1 year ago

jb2197 commented 1 year ago

A copy of blazegraph docker image is made available in the public domain as ghcr.io/cambridge-cares/blazegraph:1.1.0. It is recommended to replace all reference to the private CMCL blazegraph image with the public GitHub one.

For more information, see https://github.com/cambridge-cares/TheWorldAvatar/pull/613.

jb2197 commented 1 year ago

The same now also applies to the private CMCL fileserver image as a public version is made available as ghcr.io/cambridge-cares/fileserver:1.1.0. For more information, see https://github.com/cambridge-cares/TheWorldAvatar/pull/708.

mdhillman commented 1 year ago

This related to issue #786, and is due to the fact that much of the code refers to older images. In most cases, new versions of these images exist and the import statement just needs updating. In some other cases, images need to be migrated from the CMCL registry to the GitHub one.