[RFC 1/5] add build container for ubunti 18.04

Anup Patel anup at brainfault.org
Sat Dec 14 22:33:57 PST 2024


On Mon, Dec 2, 2024 at 4:38 PM Ben Dooks <ben.dooks at codethink.co.uk> wrote:

Typo in subject.

s/ubunti/ubuntu/

>
> Add a podman/docker container for Ubuntu 18.04 for
> build testing on older systems which might not have
> the same support as a developer has.
>
> Signed-off-by: Ben Dooks <ben.dooks at codethink.co.uk>
> ---
>  containers/ubuntu_1804/Containerfile | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 containers/ubuntu_1804/Containerfile
>
> diff --git a/containers/ubuntu_1804/Containerfile b/containers/ubuntu_1804/Containerfile
> new file mode 100644
> index 0000000..c2279db
> --- /dev/null
> +++ b/containers/ubuntu_1804/Containerfile

Need some documentation about how to use this file.

> @@ -0,0 +1,4 @@
> +FROM ubuntu:18.04
> +
> +RUN apt-get update && apt-get install build-essential gcc-riscv64-linux-gnu -y
> +
> --
> 2.37.2.352.g3c44437643
>
>
> --
> opensbi mailing list
> opensbi at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/opensbi

Regards,
Anup



More information about the opensbi mailing list