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

Ben Dooks ben.dooks at codethink.co.uk
Mon Dec 2 03:03:32 PST 2024


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
@@ -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




More information about the opensbi mailing list