Sign inSign up

lucazulberti/brew

By lucazulberti

Updated 5 months ago

Homebrew/brew based on Ubuntu 24.04

Image
Developer tools
0

65

lucazulberti/brew repository overview

Homebrew/brew on Custom Ubuntu

  1. Git clone the brew repository from GitHub:

    git clone https://github.com/Homebrew/brew.git
    
  2. 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 .
    

Tag summary

Content type

Image

Digest

sha256:2126f626c

Size

1.5 GB

Last updated

5 months ago

docker pull lucazulberti/brew