On Tuesday, July 19, 2016 9:20:41 AM CDT Colin Walters wrote:
> On Tue, Jul 19, 2016, at 07:32 AM, Nikos Mavrogiannopoulos wrote:
> > Hi,
> >  Is there some notion or definition of a Fedora minimal or base image?
> 
> A lot depends on whether "image" is a container or OS, which mostly
> boils down to "contains a kernel".
> 
> For containers I would look at:
> 
> `docker run --rm -ti fedora:23 bash`
> as well as the rootfs produced by:
> yum install @buildsys-build

this is not a very useful case as it pulls in rpm-build, gcc, gcc-c++ and a 
bunch of tolols that are needed in teh minimal build environment but not the 
minimal runtime environmnet a better group to use would be core  so 
yum install @core however it is more than is in the docker base images.  you 
could look at the kickstarts https://pagure.io/fedora-kickstarts/  there is a 
minimal arm image thats fairly small and minimal, would not be hard to make a 
x86 version of it.

Dennis

> For OS images:
>  - The Anaconda ISO
>  - Atomic Host
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to