This serves as the official Clear Linux OS image.
%%LOGO%%
The %%IMAGE%%:latest
tag will point to %%IMAGE%%: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 %%IMAGE%%: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.