This message was deleted.
# elemental
a
This message was deleted.
a
If you go to https://elemental.docs.rancher.com/channels#flavors in the docs, clicking “Source” Will take you to the dockerfile that is used to build that image in OBS. In terms of identifying packages that are built into a particular flavour, look for the
RUN zypper
section(s) of these files
h
base
is supposed to only contain the absolute minimum set of packages. You're supposed to build a custom image from it.
The respective Dockerfiles for the various flavors are hosted on github