Dimitris Karakasilis
Dimitris Karakasilis
> > this would make sense, imho enki shouldn't really know about MS certificates, but CAs and certs in general as input into the build process when building the iso....
The collector is not part of the kairos-sdk: https://github.com/kairos-io/kairos-sdk/blob/66ee3cb60f50d53cc3c6a38acee4b9554dbc8100/collector/collector.go#L4
Since there was no follow up here I started working on an "offline" deployment here: https://github.com/jimmykarily/mycroft_offline . It's still work-in-progress. If you try it out you might have to play...
Hi @chrisveilleux as soon as we get it working, it would be a lot better if I could move all the file to some upstream repo. For the time being,...
Hi @NaveenPrasanth unfortunately I haven't found the time to continue on this. I would recommend you to have a look at the state of things here: https://github.com/jimmykarily/mycroft_offline to avoid re-implementing...
@NaveenPrasanth this just landed: https://github.com/jimmykarily/mycroft_offline/issues/1 (I didn't have time to play with it yet but maybe it's worth checking).
Hi @acosta11 , we used cf cli 7.1.0+4c3168f9a.2020-09-09 and deployed without specifying the top level domain in app_domains. Then we created a private domain with `cf create-private-domain` and we mapped...
Here I'm proposing the opposite of this: https://github.com/SUSE/catapult/issues/32 This one is also a bit relevant: https://github.com/SUSE/catapult/issues/33
I like number 2 plus @f0rmiga suggestion to be able to use whatever language for the subcommands. So introduce some convention on where the executable of the subcommand should be...
@mook-as it already supports the `CONFIG` env variable (https://github.com/SUSE/catapult/blob/master/include/common.sh#L9) but it's not well documented (if at all). Also it could be improved a lot. E.g. it could show a warning...