trow icon indicating copy to clipboard operation
trow copied to clipboard

Container Registry and Image Management for Kubernetes Clusters

Results 64 trow issues
Sort by recently updated
recently updated
newest added

Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.20.0+1.1.1o to 111.22.0+1.1.1q. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl-src&package-manager=cargo&previous-version=111.20.0+1.1.1o&new-version=111.22.0+1.1.1q)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Sorry for the size of this PR, I saw no other way to do this (and do it fast). The goals of this PR: - Fix the helm chart -...

https://github.com/ContainerSolutions/trow/blob/0b20a56ad8fe1195cbde2d7aa7c9910f448f7ae9/trow-server/src/server.rs#L524 `local_repo_name` is not validated/parsed, meaning manifests for `/f/docker/library/alpine` and `/f/docker/alpine` won't be located at the same place (so won't be equal).

**Is your feature request related to a problem? Please describe.** When using Trow, one has to change the `image` in every deployment, statefulset, ... To pull through Trow. **Describe the...

**Describe the bug** The trow server (pod) throws an error `ERROR Failure cataloguing manifest Os { code: 5, kind: Uncategorized, message: "Input/output error" }` while attempting to push an image...

**Describe the bug** MacOS BigSur 11.6.4 **To Reproduce** Quick install on local machine running docker and kubernetes (not minikube) normal docker install including kubernetes **Expected behavior** The process should finish...

When installing using the quick-install method, any k8s distribution based on containerd will not be able to pull images from the nodes. This is because the way certificates for registries...

blocked

``` helm repo add trow https://trow.io Error: looks like "https://trow.io" is not a valid chart repository or cannot be reached: failed to fetch https://trow.io/index.yaml : 403 Forbidden `` Please allow...

The main use case for trow is running *inside* a cluster. Therefore it will often work alongside other registries, such as a public registry like Docker Hub & Quay or...

enhancement

This is a fraught topic that other registries have struggled with. It's important to get right. What happens at the minute with regards to deletion isn't correct, but was done...

enhancement