board-status: Remove shell version, update docs

Change-Id: I532db49799eadf3214a70297c5fc84aa006bc3f7
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68960
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Patrick Georgi
2022-10-28 19:10:33 +02:00
parent b955304869
commit 52941673b1
7 changed files with 40 additions and 718 deletions

View File

@@ -1,7 +1,18 @@
FROM debian:sid AS builder
RUN apt-get update && apt-get install -y golang
ADD board-status.html/ /tmp/board-status.html
RUN cd /tmp/board-status.html && \
go build
FROM debian:sid
RUN apt-get update && apt-get install -y python git bc && apt-get clean
RUN apt-get update && apt-get install -y python3 git bc && apt-get clean
ADD board-status.html kconfig2html run.sh /opt/tools/
ADD kconfig2html run.sh /opt/tools/
COPY --from=builder /tmp/board-status.html/board-status.html /opt/tools/
RUN git config --global --add safe.directory /data-in/coreboot.git
RUN git config --global --add safe.directory /data-in/board-status.git
ENTRYPOINT /opt/tools/run.sh