Community maintained Docker config for the spindle server

tangled.org

knotbin.com e01ffc31 3da50575

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