Aleksa Sarai

Results 791 comments of Aleksa Sarai

My bad, it's not in the cisco organisation. https://github.com/anuvu/stacker is the right repo.

I think we should switch themes. [book](https://themes.gohugo.io/hugo-book/) and [whisper](https://themes.gohugo.io/hugo-whisper-theme/) look pretty reasonable, though [docsy](https://www.docsy.dev/) does seem more "professional".

`umoci` has very ... limited ... support for architecture specification because the entire design of architecture handling in OCI was being redesigned when I first started working on `umoci`. Taking...

While I'm not a huge fan of endless command-line options to specify things that should be done automatically, having a way to configure some of these things could be useful...

@wking That's not really what I'm referring to or suggesting. #146 has a more lengthy explanation of why `index.json` needs a better way of updating it than "just overwrite the...

I think blocking for a while in a retry loop (with some sane defaults for amount-of-times-to-retry) would work fine. And personally since there are several "global" properties of `index.json` I...

Yeah. Ideally, `umoci stat` would have a better interface that would give you that sort of information. I haven't worked on `umoci stat` much (I mainly wrote it so that...

/cc @tych0 -- This is probably related to what you've done with stacker.

For CI? That would probably be okay, though I suspect that it might be better to take the changes made to `release.sh` in github.com/opencontainers/runc -- I made quite a few...