Pablo Caraballo Llorente
Pablo Caraballo Llorente
In this HIP we're proposing a standard way of tracking a Helm Chart's container images through a new `images-lock.yaml` file, making easier to migrate whole Charts through different registries and...
## Motivation As discussed in #5 , the purpose of this PR is to make the extension configurable in order to select wether to print the report via stdout or...
### Actual Behavior In [our extension](https://hub.docker.com/extensions/rancher/application-collection-extension), we take the credentials for an OCI registry and perform a `docker login` with the Docker extensions SDK: `ddClient.docker.cli.exec('login', [...])`. This works for Rancher...