BioContainers / mulled

Mulled - Automatized Containerized Software Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitter Build Status

Mulled - Containerized Software Repository

You need to have a very slim Docker or rkt Container of your favorite tool?

Your tool is already available in conda, alpine or linuxbrew?

Fantastic! This project will generate a minimal Container either for Docker or rkt and all what you need to do is to write one single line in packages.tsv.

Try it and build containers with us!

How to build your own container

  1. Open the file packages.tsv in edit mode
  2. Insert a new line describing your package you want to containerizing * First column is the name of your package manager [conda, linuxbrew, alpine] * Second column is the package name (e.g. samtools) * Third column is the package version (e.g. 1.3--1). The version format depends on your package manager please have a look at other examples to get it right. * Please ensure you are using TABS not spaces to separate columns
  3. Create a Pull Request and wait until our testing passes
  4. You are done. We will merge your PR as early as possible or you can apply to get commit access by asking on gitter

Underlying technology

The layer donning technology underlying the mulled project is developed in the involucro project. If you want to contribute, for example to add an dpkg or yum backend please contact us and check out the involucro project.

Conceptual Overview

Flowchar

About

Mulled - Automatized Containerized Software Repository