docs/clearlinux
Tianon Gravi 7fbfe9927f Add Clear Linux OS deprecation notice
This text is copied from the official announcement at https://community.clearlinux.org/t/all-good-things-come-to-an-end-shutting-down-clear-linux-os/10716 (I only added the date of the announcement to clarify when "immediately" means since the image description is a more static context than the forum post).
2025-07-21 16:49:04 -07:00
..
README-short.txt Add Clear Linux OS deprecation notice 2025-07-21 16:49:04 -07:00
README.md Run update.sh 2025-06-16 15:10:30 -07:00
content.md Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
deprecated.md Add Clear Linux OS deprecation notice 2025-07-21 16:49:04 -07:00
github-repo Add Clear Linux Project documentation 2016-07-21 19:30:50 +00:00
license.md Add Clear Linux license.md file 2017-10-25 19:43:53 +00:00
logo.png Add Clear Linux Project documentation 2016-07-21 19:30:50 +00:00
maintainer.md Refactor the way information (especially links) are presented 2017-04-21 17:48:19 -07:00
metadata.json Add Docker Hub categories (#2446) 2024-05-17 11:44:00 -07:00

README.md

Quick reference

Supported tags and respective Dockerfile links

Quick reference (cont.)

Clear Linux OS

This serves as the official Clear Linux OS image.

logo

The clearlinux:latest tag will point to clearlinux:base which will track toward the latest release version of the distribution.

This image contains the os-core and os-core-update bundles, the latter can be used to add additional Clear Linux OS components (see here for more details about swupd and here for more information on bundles).

The following Dockerfile will install the editors and dev-utils bundles on top of the base image

FROM clearlinux:base
RUN swupd bundle-add editors dev-utils

Where editors contains the usual suspects for command line editors and dev-utils contains some handy development tools like strace, gdb and valgrind.

License

View Clear Linux OS for Intel Architecture for the licenses of the software contained in this image.

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 clearlinux/ 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.