Results 144 issues of 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...

enhancement

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.

enhancement
help wanted

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...

enhancement
help wanted

### 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...

enhancement

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...

enhancement

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.

help wanted

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...