All Projects β†’ Linuxbrew β†’ docker

Linuxbrew / docker

Licence: BSD-2-Clause license
πŸ’€ Deprecated Dockerfiles for running Homebrew on Linux on various distros

Programming Languages

Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to docker

homebrew-linux-dev
πŸ’€ Homebrew/homebrew-linux-dev (deprecated)
Stars: ✭ 17 (-69.09%)
Mutual labels:  linuxbrew
homebrew-xorg
βœ–οΈ 🐧 X.Org implementation of the X Window System
Stars: ✭ 32 (-41.82%)
Mutual labels:  linuxbrew
Brew
🍺🐧 The Homebrew package manager for Linux
Stars: ✭ 2,600 (+4627.27%)
Mutual labels:  linuxbrew
homebrew-i386-elf-toolchain
Homebrew formulas for buildling a valid GCC toolchain for the i386-elf target.
Stars: ✭ 62 (+12.73%)
Mutual labels:  linuxbrew

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].