trow
trow copied to clipboard
Container Registry and Image Management for Kubernetes Clusters
Looking at how to merge changes from @awoimbee https://github.com/Extrality/trow/ At the moment this PR is just so I can see the changes and start refactoring into something that could be...
One of the first goals of Trow was to become a production version of [ImageWolf](https://github.com/ContainerSolutions/ImageWolf). ImageWolf used bittorrent to rapidly move images onto nodes. Since then we have had [Kraken](https://github.com/uber/kraken)...
for every f/anyname/ try to do the proxy according configuration directory Local directory with configuration for proxy any registry at f/${registryCfgDir}/ to anyregistry.xyz/. Downloaded images will be cached. Directory should...
With Trow moving to use Rocket 0.5, the way configuration is handled has changed. Rocket now uses the much more flexible figment system: https://docs.rs/figment/0.10.6/figment/index.html. We can really clean up a...
Currently the YAML file for the quick install templates out the namespace with {{namespace}}. Before applying the YAML, the template is replaced using a simple sed call. This is fine,...
So I haven't been able to finish this but decided to already push it so you guys can give some feedback, basically idea is as follows: - [x] A release...
This PR contains an RFC to discuss the implementation of Trow image (and OCI artifacts in general) security scanning. Please use this pull request for requesting changes or in general...
## Changelog - Adds a function that will allow users to be loaded from a yaml config file in the following format: ```yaml users: - name: "example" password: "123456789" ```...
Showcase #183 `cd ./install` ```console $ kustomize cfg list-setters . NAME VALUE SET BY DESCRIPTION COUNT fqdn myregistry.mydomain.io full qualified domain name 6 username myuser registry user name 1 ```...
As promised: https://github.com/ContainerSolutions/trow/issues/189#issuecomment-706323292 /cc @imacg ### Try it out **Note:** _this tooling trades ease of use (a.k.a. reproducability) for disk space. expect this closure of this nix-shell to be about...