Linuxbrew Dockerfiles
Dockerfiles for using Linuxbrew on various distributions of Linux.
Base Images
Alpine 6
docker run -it linuxbrew/alpineCentOS 6
docker build -t linuxbrew-centos6 https://raw.githubusercontent.com/Linuxbrew/docker/master/centos6/DockerfileCentOS 7
docker build -t linuxbrew-centos7 https://raw.githubusercontent.com/Linuxbrew/docker/master/centos7/DockerfileCentOS 8
docker build -t linuxbrew-centos8 https://raw.githubusercontent.com/Linuxbrew/docker/master/centos8/DockerfileDebian 7 (Wheezy)
docker run -it homebrew/debian7Debian 8 (Jessie)
docker build -t linuxbrew-debian8 https://raw.githubusercontent.com/Linuxbrew/docker/master/debian8/DockerfileDebian 9 (Stretch)
docker run -it linuxbrew/debian9Debian 10 (Buster)
docker run -it linuxbrew/debian10Fedora 31
docker build -t linuxbrew-fedora https://raw.githubusercontent.com/Linuxbrew/docker/master/fedora/DockerfileOpenSUSE 42
docker build -t linuxbrew-opensuse https://raw.githubusercontent.com/Linuxbrew/docker/master/opensuse/DockerfileTravis CI
docker run -it linuxbrew/travisUbuntu 12.04 LTS (Precise Pangolin)
docker build -t linuxbrew-precise https://raw.githubusercontent.com/Linuxbrew/docker/master/precise/DockerfileUbuntu 14.04 LTS (Trusty Tahr)
docker build -t linuxbrew-trusty https://raw.githubusercontent.com/Linuxbrew/docker/master/trusty/DockerfileUbuntu 16.04 LTS (Xenial Xerus)
docker run -it homebrew/ubuntu16.04Ubuntu 18.04 LTS (Bionic Beaver)
docker run -it homebrew/ubuntu18.04Ubuntu 20.04 LTS (Focal Fossa)
docker run -it homebrew/ubuntu20.04