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