osbuilder icon indicating copy to clipboard operation
osbuilder copied to clipboard

Clear Containers guest OS building scripts

Results 7 osbuilder issues
Sort by recently updated
recently updated
newest added

Kernel build was failing due to `elfutils-libelf-devel` not being installed in the `Dockerfile`

When using osbuilder and docker use cc-oci-runtime as default runtime, it breaks with a segfault issue caused by qemu. To workaround this it is need to use runc as default...

limitation

The `README` mentions `cc-oci-runtime` (and it's config files) but there is no mention of `cc-runtime`. Also, the `README` should mention the new agent as hyperstart is no longer being used.

documentation

@jcvenegas can we add a shell to the rootfs. That will allow us to provide a debug console. The current minimal set of tools does not have a shell pre-installed....

As suggested by @jodh-intel in #28. Consider to add a `make settings` rule or something to avoid having to update the docs every time we tweak its configuration, that way,...

Running `sudo -E make rootfs` on Ubuntu 17.04 (with `yum` installed :-), results in: ``` Installed: cc-oci-runtime-extras.x86_64 0:2.2.3-24 clear-containers-agent.x86_64 0:118c59f374bbe266c897b2a368be3774e7b1f585-9 coreutils-bin.x86_64 0:8.28-41 hyperstart.x86_64 0:0.7.0.93156035735849486066847996620-27 iptables-bin.x86_64 0:1.6.1-20 systemd.x86_64 0:234-149 systemd-bootchart.x86_64 0:232-17...

limitation

The image size is 100MB , it could auto calculated based in the rootfs size

enhancement