Aleksa Sarai

Results 791 comments of Aleksa Sarai

Well, preferably we would try to emulate some of Docker's builder integration tests for this project (though we should probably use `bats` rather than Go integration tests). But for a...

I found this out recently -- all symlinks in openSUSE rpm packages apparently get converted to relative symlinks -- I have no idea why because it's done at the end...

Yeah, we could probably implement it as a config-based thing. It's probably not going to be that complicated to implement. That reminds me, we need to have a way of...

We also need something to handle descriptors. Descriptors appear very simple but are not. There's probably a case to be made for `oci-gc` as well, since `oci-manifest` will generate more...

@wking Yeah, my above review is the things I reckon is necessary for the OCI integration we're planning into KIWI (and by extension oboci which I'll implement in spare cycles)....

@wking While #48 is good atm, I'd really like to also have just a shell session which shows that you can create an image with **just** this tooling (including #8...

@wking We can add the examples after this PR and #8 is merged. I can't give you a verbatim shell session because I can't compile this PR at the moment...

@wking I've been playing with this for a bit and have noticed that `oci-refs` is a bit ... ugly to deal with. Namely, it gives you the reference JSON not...

Also, `oci-refs` really should be able to just take a `digest` and then figure out what the digest is. I was trying to generate images and this part was quite...

> I disagree, and would much rather avoid baking type-detection heuristics into the tooling. I don't really think that "look at the mediaType" counts as heuristics. But if you're planning...