Personal docker image setups for Knot/Spindle
2
fork

Configure Feed

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

v1.13-alpha update

+2 -2
+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.12.0-alpha' 5 + ARG TAG='v1.13.0-alpha' 6 6 7 7 WORKDIR /app 8 8 RUN apk add git gcc musl-dev
+1 -1
docker-bake.hcl
··· 37 37 context = "." 38 38 matrix = { 39 39 APP = ["knot", "spindle"] 40 - TAG = ["v1.12.0-alpha"] 40 + TAG = ["v1.13.0-alpha"] 41 41 } 42 42 target = "${APP}" 43 43 args = {