clearlinux
Estimated reading time: 2 minutesOfficial docker build of Clear Linux OS for Intel Architecture
GitHub repo: https://github.com/clearlinux/docker-brew-clearlinux
Library reference
This content is imported from the official Docker Library docs, and is provided by the original uploader. You can view the Docker Store page for this image at https://store.docker.com/images/clearlinux
Supported tags and respective Dockerfile
links
Quick reference
-
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow -
Where to file issues:
https://github.com/clearlinux/docker-brew-clearlinux/issues -
Maintained by:
Intel Corporation -
Published image artifact details:
repo-info repo’srepos/clearlinux/
directory (history)
(image metadata, transfer size, etc) -
Image updates:
official-images PRs with labellibrary/clearlinux
official-images repo’slibrary/clearlinux
file (history) -
Source of this description:
docs repo’sclearlinux/
directory (history) -
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
Clear Linux OS
This serves as the official Clear Linux OS image.
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.
library, sample, clearlinux