Personal docker image setups for Knot/Spindle
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

New versions

+1 -1
+1 -1
Dockerfile
··· 2 2 ENV KNOT_REPO_SCAN_PATH=/home/git/repositories 3 3 ENV CGO_ENABLED=1 4 4 5 - ARG TAG='v1.11.0-alpha' 5 + ARG TAG='v1.12.0-alpha' 6 6 7 7 WORKDIR /app 8 8 RUN apk add git gcc musl-dev