Community maintained Docker config for the knot server

tangled.org

knotbin.com e01ffc31 3da50575

verified
+5 -5
+4 -4
Dockerfile
··· 6 6 7 7 workdir /app 8 8 run apk add git gcc musl-dev 9 - run git clone -b ${TAG} https://tangled.sh/@tangled.sh/core . 9 + run git clone -b ${TAG} https://tangled.org/@tangled.org/core . 10 10 run go build -o /usr/bin/knot -ldflags '-s -w -extldflags "-static"' ./cmd/knot 11 11 12 12 from alpine:edge ··· 15 15 16 16 label org.opencontainers.image.title='knot' 17 17 label org.opencontainers.image.description='data server for tangled' 18 - label org.opencontainers.image.source='https://tangled.sh/@tangled.sh/knot-docker' 19 - label org.opencontainers.image.url='https://tangled.sh' 20 - label org.opencontainers.image.vendor='tangled.sh' 18 + label org.opencontainers.image.source='https://tangled.org/@tangled.org/knot-docker' 19 + label org.opencontainers.image.url='https://tangled.org' 20 + label org.opencontainers.image.vendor='tangled.org' 21 21 label org.opencontainers.image.licenses='MIT' 22 22 23 23 arg UID=1000
+1 -1
readme.md
··· 3 3 > **IMPORTANT** 4 4 > This is a community maintained repository, support is not guaranteed. 5 5 6 - Docker container and compose setup to run a [Tangled](https://tangled.sh) knot 6 + Docker container and compose setup to run a [Tangled](https://tangled.org) knot 7 7 and host your own repository data. 8 8 9 9 ## Pre-built Images