A super slim container image based on Debian GNU/Linux
4.7K
A super slim root filesystem specifically designed to be used as a base image for application container images.
Based on Debian GNU/Linux, the rootfs.tar.xz weighs in at only 12MB, and has access to largest GNU/Linux software repository with over 56,800 packages.
docker pull tklx/base:0.1.1
docker run -it tklx/base:0.1.1 /bin/bash
FROM tklx/base:0.1.1
RUN apt-get update && apt-get -y install PACKAGES && apt-clean --aggressive
ENTRYPOINT ["something"]
Currently on major version zero (0.y.z). Per Semantic Versioning, major version zero is for initial development, and should not be considered stable. Anything may change at any time.
Source code hosted on github. Release files are available here.
Releases are based on Semantic Versioning, and use the format of MAJOR.MINOR.PATCH. In a nutshell, the version will be incremented based on the following:
MAJOR: incompatible and/or major changes, upgraded OS releaseMINOR: backwards-compatible new features and functionalityPATCH: backwards-compatible bugfixes and package updatesTKLX uses a central issue tracker on GitHub for reporting and tracking of bugs, issues and feature requests.
In case you're interested, TKLX is pronounced /tickle-ex/.
TKLX is a project by TurnKey GNU/Linux. TurnKey GNU/Linux is a Debian based library of system images that pre-integrates and polishes the best free software components into ready-to-use solutions.
TurnKey was started in 2008 by Alon Swartz and Liraz Siri who were inspired by a belief in the power of free software, like science, to promote the progress of a free & humane society.
Content type
Image
Digest
Size
20.8 MB
Last updated
over 9 years ago
docker pull tklx/base:stretch