From 79d26c7a83fd2b14cc9a787e7820824931336d85 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 8 Jun 2018 18:10:58 +0200 Subject: util/docker/coreboot.org-status: collect report generators Move generators for the board status report and the kconfig options report into a common directory and wrap them in a docker container. Also rework to emit HTML not wiki syntax. Change-Id: If42e1dd312c5fa4e32f519865e3b551bc471bc72 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/26977 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/docker/coreboot.org-status/Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 util/docker/coreboot.org-status/Dockerfile (limited to 'util/docker/coreboot.org-status/Dockerfile') diff --git a/util/docker/coreboot.org-status/Dockerfile b/util/docker/coreboot.org-status/Dockerfile new file mode 100644 index 0000000000..910f8e75cc --- /dev/null +++ b/util/docker/coreboot.org-status/Dockerfile @@ -0,0 +1,7 @@ +FROM debian:sid + +RUN apt-get update && apt-get install -y python git bc && apt-get clean + +ADD board-status.html kconfig2html run.sh /opt/tools/ + +ENTRYPOINT /opt/tools/run.sh -- cgit v1.2.3