adam jones

Results 218 comments of adam jones

Realised that reading files inside the packages can be quite hard to do reliably across all registries (especially Docker). Discussed with Tadas a bit this evening. Desirable qualities from a...

Awesome, thanks for the contribution! Sorry we've been very slow getting to this - we're a small team, most of whom are volunteer contributors. The poor tool description definitely seems...

To check my understanding, this is basically wanting to warn registry clients that running arbitrary commands can be dangerous, and runtime_arguments can be a vector for injecting harmful commands if...

I'm a little confused because now I can't actually find where we accept `"template"` style arguments while working on #89 Going to return to this later.

Duplicate of #489, merging this issue so we can address it there :)

I would prefer publisher to author as well :)

I've opened a PR to fix this in uri-js, the package ajv depends on here: https://github.com/garycourt/uri-js/pull/95

Unfortunately, the [workaround for S3](https://github.com/k8up-io/k8up/issues/615#issuecomment-2426779938) does not work for GCS because GCS has colons between the bucket name and path, so the concatenation trick does not work.

Actually there is a semi-equivalent - you can do: ```yaml bucket: your-gcs-bucket:/your/path/here ``` However because of how things are concatenated, this will result in actually storing the backups at `/your/path/here:/`....