Graham Dumpleton
Graham Dumpleton
BTW, I could be wrongly assuming that `jsonpath` can do more than it can. It is the transformations one can do in `jq` and `yq` to mutate structures into different...
Is `--output-files-preserve-permissions` intended to be applied on `imgpkg push`. So the OCI image would contain the full permissions, vs, the idea I proposed of at least unpacking permissions akin to...
Ahhh, getting things mixed up my head again. :-) As to what you are suggesting, seems I still need to fix up group/other permissions since it is the loss of...
As separately explained with `imgpkg` there are situations like where using the output as subsequent input to a docker build that can result in failure when group/other permissions are lost....
Still want to see this.
Then provide a way for the argument when enabling passing all environment variables to supply a key prefix under which the values are to be added. Or make the key...
A further specific point of confusion is that the docs state: > Annotations do not have a space, and they refer to a given node in the tree Specifically, "they...
Looking into this more, one can notionally say a subset of what is Starlark code, ie., with space, can be an annotation against a node. In this specific case you...
One reason for not using the term directive is that the YAML specification has a concept of directive. * https://yaml.org/spec/1.2/spec.html#directive// This states: > Directives are instructions to the YAML processor....
Summarising how I see things right now, we have the following. **Annotation Types** There isn't just one type of annotation, but really multiple. I try and split these up in...