Homebrew/brew based on Ubuntu 24.04
65
Git clone the brew repository from GitHub:
git clone https://github.com/Homebrew/brew.git
Build the Docker image for multiple platforms
docker buildx build \
--build-arg version=24.04 \
--platform linux/amd64,linux/arm64 \
-t lucazulberti/brew:latest \
--push .
Content type
Image
Digest
sha256:2126f626c…
Size
1.5 GB
Last updated
5 months ago
docker pull lucazulberti/brew