From c62978d4e15ef0a122001e577eb9d9d2fd23896c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=BClow?= Date: Sun, 6 Aug 2023 15:20:04 +0200 Subject: [PATCH] added build status to repo --- README.md | 7 ++++++- builder/Dockerfile | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4e7d6a..8b2ddd1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # utility-containers -Repository containing Dockerfiles to \ No newline at end of file +[![status-badge](https://ci.jmbit.de/api/badges/3/status.svg)](https://ci.jmbit.de/repos/3) + +Repository containing Dockerfiles for various utility functions for and around filegate + +## Builder +Standard Docker Go image with the requirements for CGO and all of libpods build dependencies added diff --git a/builder/Dockerfile b/builder/Dockerfile index 0be5b0d..ad7789c 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -31,4 +31,4 @@ RUN export DEBIAN_FRONTEND="noninteractive" \ && ln -sf /usr/include/asm-generic /usr/include/asm WORKDIR /usr/local/src COPY ./ ./ -RUN go get . && go mod download && go build -o filegate \ No newline at end of file +RUN go get . && go mod download && go build -o filegate