sourcemage
500K+
DEPRECATED; lacking active maintainer
docker pull sourcemage
This image is deprecated due to maintainer inactivity (last updated Dec 2016; docker-library/official-images#2403).
See docker-library/docs#1433 for discussion around an in-progress upstream update.
Maintained by:
the Source Mage Community
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Dockerfile
linksWhere to file issues:
https://github.com/vaygr/docker-sourcemage/issues
Supported architectures: (more info)amd64
Published image artifact details:
repo-info repo's repos/sourcemage/
directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images repo's library/sourcemage
label
official-images repo's library/sourcemage
file (history)
Source of this description:
docs repo's sourcemage/
directory (history)
Source Mage (or SMGL in abbreviated form) is a source-based GNU/Linux distribution based on a sorcery metaphor of "casting" and "dispelling" programs, which we refer to as "spells", and a package manager called "Sorcery". Our packages are designed to allow the user to customize the package any way they want (custom CFLAGS, LDFLAGS, ./configure
flags, etc.) as well as offering as many of the package options as possible to the user up-front (you will not need to know what options a package has or what optional dependencies it can use ahead of time). Source code is always downloaded from the publisher's website and rarely patched. SMGL also includes many advanced features such as self-healing and sub-dependencies.
All of our scripts are GPL'd and our package manager and packages are written in bash, so they are easy to learn and modify. Sorcery supports custom packages maintained by users, which can override default packages and will never be touched by updates.
These images are based on our chroot images. To use them, simply do the following:
$ docker run -it sourcemage
or
$ docker run -it sourcemage:0.62
--device /dev/fuse --cap-add SYS_ADMIN
) for access to /dev/fuse
device within a container, but you've been warned because there are security implications to granting such capabilities/privileges to the container; otherwise installwatch will be used0.62
indicates the grimoire version this image is based on, otherwise latest
will be pulledAll contents released under the GNU Free Documentation License.
All Source Mage code released under the GNU General Public License 2.0 or greater.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info
repository's sourcemage/
directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Docker Official Images are a curated set of Docker open source and drop-in solution repositories.
These images have clear documentation, promote best practices, and are designed for the most common use cases.