Pete Hannam
Pete Hannam
I'm seeing this behaviour as well, when trying to move from Java 11 to Java 17 (and `adoptopenjdk/openjdk11` to `openjdk:17-alpine` as per the [Micronaut application plugin](https://github.com/micronaut-projects/micronaut-gradle-plugin/blob/5b335c4e29a7df0f1d880c142c84f67b6665ca89/docker-plugin/src/main/java/io/micronaut/gradle/docker/MicronautDockerfile.java#L97)). Everything worked fine before,...
@yawkat Doesn't seemingly work: ``` tasks.named("dockerfile") { args("-Dio.netty.transport.noNative=false") } ```
Just because I lost far too much of my life on this and to help out anyone else with the same problem - you'll get a 404 if there's a...