Bengt Brodersen
Bengt Brodersen
@theit thanks for details, I'll see if I can adjust this extension accordingly.
So if I got this right I need to implement following interface instead of `ModelProcessor` [`ModelParser`](https://github.com/apache/maven/blob/master/api/maven-api-spi/src/main/java/org/apache/maven/api/spi/ModelParser.java)
Hmm, do you have any idea why this happens?(I don't have a windows machine)
@xehonk do you use docker with wsl2 enabled? https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-containers
probably it's due to iptables-nft change in alpine version 3.19.0 https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.19.0
Maybe adding following lines to entrypoint.sh before iptable commands could help ```shell modprobe ip_tables && echo $_ >> /etc/modules modprobe iptable_nat && echo $_ >> /etc/modules modprobe iptable_filter && echo...
I'll will try to migrate to nftables maybe this will work
feel free to try this branch https://github.com/qoomon/docker-host/tree/feature/migrate-to-nftables https://github.com/qoomon/docker-host/pull/63
hmm i have no clue what's the reason, or why the iptables legacy solution works
seems to be related to - https://github.com/microsoft/WSL/issues/6044 - https://github.com/rancher-sandbox/rancher-desktop/issues/6624