Philip Laine
Philip Laine
### Describe the problem to be solved Currently the default resolve timeout is way to high causing poor latency when requesting images that do not exist within the cluster. Five...
Currently Spegel does not work with Bottlerocket when run with EKS. https://github.com/bottlerocket-os/bottlerocket/blob/develop/README.md This needs to be explored further to see if it is possible to support.
Part of #36 Depends on https://github.com/cri-o/cri-o/issues/7748
Currently it does not seem like there is an easy way to support GKE. When creating a cluster the Containerd config looks like the following. ```toml version = 2 required_plugins...
### Describe the problem to be solved Currently Spegel will only replicate an image to a node when it is required by a Pod. This works fine as Spegel is...
The current implementation with reverse proxy was overly complex. Partially this is due to the retry logic implemented, but also the details of how things are implemented in the package....
Adds support for refers which will enable efficient use of remote snapshoters in the future. Fixes #289
### Describe the problem to be solved Image building behaves slightly differently from running containers. Both scenarios will pull remote images in a similar fashion. Building however will produce intermediate...
As Spegel now lives in its own org we need a logo for the project. Hopefully someone with a bit more artistic skills than me might be able to help.
Some users may want to mirror all images without specifying a registry. This change modifies the filtering regex to allow for an empty filter registries list. Images will still be...