thatmattlove / hyperglass

hyperglass is the network looking glass that tries to make the internet better.
https://hyperglass.dev
BSD 3-Clause Clear License
645 stars 102 forks source link

General QoL Improvements - Docker related #298

Open LucaTheHacker opened 4 weeks ago

LucaTheHacker commented 4 weeks ago

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.