Nianyu Shen

Results 7 comments of Nianyu Shen

at [here](https://github.com/mudler/luet/blob/master/pkg/helpers/docker/docker.go#L161), we are using http.DefaultTransport. Maybe we should allow to use insecure if user provided some flag? @mudler

@mauromorales i think this can happen with kairos also. For example, if you have two identical cloudconfigs with something like this ``` #cloud-config stages: initramfs: - users: kairos: groups: -...

Since golang slices by default is not a comparable type, this probably is not a bug but an expected behavior. But maybe we can implement some custom comparators for different...

Yes you are right. And user might want to execute a same stage more than once but just in different postitions of initramfs

Seems like kairos is trying to read cloudconfigs under /system/oem/ and config.yaml under root of iso twice while generating 90_custom

We used an provider to handle installation event and the stages injected through that provider is not duplicated.

@kreeuwijk no I have verified removing this line would not help. I will push a fix to remove this line in CanvOS