Keegan Witt

Results 260 comments of Keegan Witt

You'd have to install the Android SDK yourself. This image is just Gradle, not anything else.

I don't have a device with Apple silicon to test on and haven't confirmed the state of Android SDK support on that hardware (though it was my understanding it was...

I'm talking about the argument to `docker run`, not the contents of the Dockerfile. The `--platform` argument allows you to run amd64 based images under emulation. See the documentation here:...

That's unsurprising, but my understanding is that there's Arm binaries for MacOS, but not for Linux, and hence not any for the Docker image that would be used on that...

@Danon is your use case also regarding Android SDK?

> No, it's also for a vanilla hello world java gradle. In your case is the daemon slow to start also?There are a lot of things that can impact performance....

Documenting some research (using your Fish project as a test): ```powershell Measure-Command { docker run --rm -v "${pwd}:/home/gradle/project" -w /home/gradle/project gradle:latest gradle --no-daemon --profile tasks | Out-Default } Remove-Item build...

I've never seen that before. Does it still happen without the `-u gradle`?

The issue was being discussed in https://github.com/gradle/gradle/issues/11861, but I didn't see any comments that appeared useful (so far).

You're saying this is happening even while running Gradle outside of Docker? Either way, I don't think there's anything I can change in the Docker image to fix this (unless...