aclemons / slackware-dockerfiles

Unofficial Slackware Linux Docker Images
MIT License
7 stars 1 forks source link

Unofficial Slackware Linux Docker Images

Quick reference

Supported tags and respective Dockerfile links

Quick reference (cont.)

What is Slackware?

The Official Release of Slackware Linux by Patrick Volkerding is an advanced Linux operating system, designed with the twin goals of ease of use and stability as top priorities. Including the latest popular software while retaining a sense of tradition, providing simplicity and ease of use alongside flexibility and power, Slackware brings the best of all worlds to the table.

wikipedia.org/wiki/Slackware

logo

About this image

The aclemons/slackware:latest tag will always point to the latest stable release. Stable releases are tagged with their version (ie, aclemons/slackware:14.2 for the prior stable release).

The current tag (aclemons/slackware:current) follows the current tree and should be updated within 24 hours of updates being published to the ChangeLog.

These images are intended to serve the following goals:

Acknowledgements

These images are based on the hard work done by vbatts in his slackware-container repo.

How It's Made

The images published here are built using a github action using vbatts work as a base, but extended to build multi-arch images and to not minimise the image, allowing other images to extend without having to re-install packages. Vincent's scripts produce an image similar to the debian -slim images, where the man pages and other not strictly necessary files are removed to minimise the images as much as possible.

The scripts used for this can be found in the github repository.

License

The Docker image creation scripts contained under the repository slackware-dockerfiles are licensed under the MIT license.

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).

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.