docker
docker copied to clipboard
💀 Deprecated Dockerfiles for running Homebrew on Linux on various distros
Linuxbrew Dockerfiles
Dockerfiles for using Linuxbrew on various distributions of Linux.
Base Images
Alpine 6
docker run -it linuxbrew/alpine
CentOS 6
docker build -t linuxbrew-centos6 https://raw.githubusercontent.com/Linuxbrew/docker/master/centos6/Dockerfile
CentOS 7
docker build -t linuxbrew-centos7 https://raw.githubusercontent.com/Linuxbrew/docker/master/centos7/Dockerfile
CentOS 8
docker build -t linuxbrew-centos8 https://raw.githubusercontent.com/Linuxbrew/docker/master/centos8/Dockerfile
Debian 7 (Wheezy)
docker run -it homebrew/debian7
Debian 8 (Jessie)
docker build -t linuxbrew-debian8 https://raw.githubusercontent.com/Linuxbrew/docker/master/debian8/Dockerfile
Debian 9 (Stretch)
docker run -it linuxbrew/debian9
Debian 10 (Buster)
docker run -it linuxbrew/debian10
Fedora 31
docker build -t linuxbrew-fedora https://raw.githubusercontent.com/Linuxbrew/docker/master/fedora/Dockerfile
OpenSUSE 42
docker build -t linuxbrew-opensuse https://raw.githubusercontent.com/Linuxbrew/docker/master/opensuse/Dockerfile
Travis CI
docker run -it linuxbrew/travis
Ubuntu 12.04 LTS (Precise Pangolin)
docker build -t linuxbrew-precise https://raw.githubusercontent.com/Linuxbrew/docker/master/precise/Dockerfile
Ubuntu 14.04 LTS (Trusty Tahr)
docker build -t linuxbrew-trusty https://raw.githubusercontent.com/Linuxbrew/docker/master/trusty/Dockerfile
Ubuntu 16.04 LTS (Xenial Xerus)
docker run -it homebrew/ubuntu16.04
Ubuntu 18.04 LTS (Bionic Beaver)
docker run -it homebrew/ubuntu18.04
Ubuntu 20.04 LTS (Focal Fossa)
docker run -it homebrew/ubuntu20.04