Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
96 lines (71 loc) · 2.04 KB

README.md

File metadata and controls

96 lines (71 loc) · 2.04 KB

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

Dockerfile

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

Dockerfile

Ubuntu 18.04 LTS (Bionic Beaver)

docker run -it homebrew/ubuntu18.04

Dockerfile

Ubuntu 20.04 LTS (Focal Fossa)

docker run -it homebrew/ubuntu20.04

Dockerfile