bademux

Results 46 comments of bademux

> @truh > > ``` > Christian Wimmer : > No, cross compilation between different OS is more or less impossible in > the current approach because OS specific JDK...

@rmannibucau it is impossible. You have to have Win build toolchain and Windows build toolchain is not crossplatform, but it works on wine (VS2019 tested). It means we can build...

@rmannibucau it is not entirely true, you pure java code still use platform specific jvm binaries underneath. 2nd - docker is answer for what you call fragility - just freeze...

> We already build native images for linux/aarch64 and linux/armv7a on a machine running linux/amd64. It is an easy task 😜 to compile multiarch on Linux. It is doable right...

@koutheir sounds like big work here. I'm not sure how static binary for win supposed to be cooked on Linux\osX, but finger crossed. Please share! There is a difference between...

Hi, looks like it will be the only option to use DCT with Jib while relying on imageDigest. It appears that `docker trust sign` overrides Jib's manifest, and even more...

similar problem with gradle 7.0.2 jib 3.2.1 on Ubuntu 20.04 While CPU (i5-6300U) is already stressed, i run `./gradlew clean release --stacktrace` and got result below: (`release` task indirectly runs...

@mpeddada1 and looks like hackfix doesn't to its job. On build agent with 16+ vCPU i got: ```java Execution failed for task ':http-gateway:jibBuildTar'. > com.google.cloud.tools.jib.plugins.common.BuildStepsExecutionException: (null exception message) ``` I'll...

Nice to have when use ECS

@thaJeztah could I kindly ask you to help me with bug report review? If I'm not wrong, it could be the incompatibility between docker cli version due to formatting changes.