umoci icon indicating copy to clipboard operation
umoci copied to clipboard

RFE: layer/descriptor annotations

Open vbatts opened this issue 6 years ago • 1 comments

for umoci insert a flag similar to umoci config --manifest.annotation value, but to attach to the layer descriptor information about that layer

vbatts avatar Aug 21 '19 13:08 vbatts

Yeah this is something I've been trying to come up with a UX solution for (in fact we should be able to set annotations for any descriptor in the image), and haven't yet. The most trivial way would be to pass JSON or open an editor with a TOML file, but I'm not sure whether that Kubernetes-like interface has proven to be a good idea (the code in Kubernetes to handle their TOML editor capabilities is worryingly complicated).

cyphar avatar Aug 23 '19 11:08 cyphar