David Heinemeier Hansson

Results 219 comments of David Heinemeier Hansson

Doesn't seem to build for me on ARM64? Complains of missing npm. Then after naming that explicitly, with an error with yarn.

Don't think build-arg'ing distro makes sense, given how different distros have different stuff installed and use different package managers.

If there's still interest here, we should follow the lead from the coming Rails Dockerfile. Just use regular slim: https://github.com/rails/rails/blob/main/railties/lib/rails/generators/rails/app/templates/Dockerfile.tt

Yes, definitely possible to do that. Same strategy we used with Docked Rails. Happy to see that explored.

That sounds great! Please make it so.

I've added the GH action to trigger builds on pushes to main. Right now it just pushes latest. It lives in GH Packages 👍. So let's proceed with the Homebrew...

Would be nice to upgrade this to properly tag the release when we tag in git. Set latest to latest tagged version and then use next for whatever just hits...

Awesome! First I tried installing it, and I didn't have Docker running, so I just got this error message. Which seems reasonable? ``` ==> Installing kjellberg/tap/mrsk ==> docker pull ghcr.io/mrsked/mrsk:latest...

I like both! A proper homebrew install that just leans on a global gem and a curl install as well.