Docker image for FAI 4.3.3

2017-02-10 Thread Ricardo Branco
This is long overdue, but finally I have some time off for this.

I have created a Docker image for FAI 4.3.3 for creating FAI ISO's for
Trusted Builds.  You may check it out at:

https://github.com/ricardobranco777/fai/

Regards,
R.


Re: Docker image for FAI 4.3.3

2017-02-10 Thread Thomas Lange
I wonder if it wound be possible to use fai-diskimage for some parts
of your script.

>>>>> On Fri, 10 Feb 2017 16:09:55 -0500, Ricardo Branco 
>>>>>  said:

> This is long overdue, but finally I have some time off for this.
    > I have created a Docker image for FAI 4.3.3 for creating FAI ISO's for 
Trusted Builds.  You may check it out at:

> https://github.com/ricardobranco777/fai/

-- 
regards Thomas


Re: Docker image for FAI 4.3.3

2017-02-12 Thread Ricardo Branco
> I wonder if it wound be possible to use fai-diskimage for some parts
of your script.

It's not possible because Linux containers are not VM's.

On Fri, Feb 10, 2017 at 4:09 PM, Ricardo Branco <
ricardo.smartma...@gmail.com> wrote:

> This is long overdue, but finally I have some time off for this.
>
> I have created a Docker image for FAI 4.3.3 for creating FAI ISO's for
> Trusted Builds.  You may check it out at:
>
> https://github.com/ricardobranco777/fai/
>
> Regards,
> R.
>


Re: Docker image for FAI 4.3.3

2017-02-13 Thread Thomas Lange
> On Sun, 12 Feb 2017 12:57:28 -0500, Ricardo Branco 
>  said:

>> I wonder if it wound be possible to use fai-diskimage for some parts
> of your script.

> It's not possible because Linux containers are not VM's.
Yes, I know. Are they more similar to chroot environments? Then you
could use "fai dirinstall" to create such an environment.

-- 
regards Thomas