Hyperglass can now be used directly from GHCR, without needing to clone the full git repository.
Build caching has been improved, so that it is not needed to fully download all the dependencies at each change, but only when the dependencies change.
Redis has been replaced with valkey, due to license changes.
Motivation and Context
Cloning a full repo and having to deal with configuration files is against the purpose of Docker simplicity, in my view.
This allows to just have a compose.yaml file and be ready to go, without having to deal with other things. This also allows easier integration in systems where you can only deploy containers from Registries.
Tests
Verified with GitHub CI + MacOS (Apple Silicon) - Everything works as expected.
Requires #297 to be merged.
Description
Hyperglass can now be used directly from GHCR, without needing to clone the full git repository. Build caching has been improved, so that it is not needed to fully download all the dependencies at each change, but only when the dependencies change. Redis has been replaced with valkey, due to license changes.
Motivation and Context
Cloning a full repo and having to deal with configuration files is against the purpose of Docker simplicity, in my view. This allows to just have a
compose.yaml
file and be ready to go, without having to deal with other things. This also allows easier integration in systems where you can only deploy containers from Registries.Tests
Verified with GitHub CI + MacOS (Apple Silicon) - Everything works as expected. Requires #297 to be merged.