added build status to repo
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
5993dc49f3
commit
c62978d4e1
|
@ -1,3 +1,8 @@
|
||||||
# utility-containers
|
# utility-containers
|
||||||
|
|
||||||
Repository containing Dockerfiles to
|
[![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
|
||||||
|
|
|
@ -31,4 +31,4 @@ RUN export DEBIAN_FRONTEND="noninteractive" \
|
||||||
&& ln -sf /usr/include/asm-generic /usr/include/asm
|
&& ln -sf /usr/include/asm-generic /usr/include/asm
|
||||||
WORKDIR /usr/local/src
|
WORKDIR /usr/local/src
|
||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
RUN go get . && go mod download && go build -o filegate
|
RUN go get . && go mod download && go build -o filegate
|
||||||
|
|
Loading…
Reference in New Issue