tangled-knot (sha256:8755058ea392f192f9eee366a60d146420a741492f5031dd37bee1b3f116a8e8)

Published 2026-09-08 00:23:17 +00:00 by jakew in jakew/docker-images

Installation

docker pull git.boop.fi/jakew/tangled-knot@sha256:8755058ea392f192f9eee366a60d146420a741492f5031dd37bee1b3f116a8e8
sha256:8755058ea392f192f9eee366a60d146420a741492f5031dd37bee1b3f116a8e8

About this package

data server for tangled

Image layers

ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV KNOT_REPO_SCAN_PATH=/home/git/repositories
EXPOSE [5555/tcp]
EXPOSE [22/tcp]
LABEL org.opencontainers.image.title=knot
LABEL org.opencontainers.image.description=data server for tangled
LABEL org.opencontainers.image.source=https://tangled.org/did:plc:f5s5la5wlofsxidb3zemdune
LABEL org.opencontainers.image.url=https://tangled.org
LABEL org.opencontainers.image.vendor=tangled.org
LABEL org.opencontainers.image.licenses=MIT
ARG UID=1000
ARG GID=1000
COPY rootfs . # buildkit
RUN |2 UID=1000 GID=1000 /bin/sh -c chmod 755 /etc # buildkit
RUN |2 UID=1000 GID=1000 /bin/sh -c chmod -R 755 /etc/s6-overlay # buildkit
RUN |2 UID=1000 GID=1000 /bin/sh -c apk add shadow s6-overlay execline openssl openssh git curl bash # buildkit
RUN |2 UID=1000 GID=1000 /bin/sh -c groupadd -g $GID -f git # buildkit
RUN |2 UID=1000 GID=1000 /bin/sh -c useradd -u $UID -g $GID -d /home/git git # buildkit
RUN |2 UID=1000 GID=1000 /bin/sh -c openssl rand -hex 16 | passwd --stdin git # buildkit
RUN |2 UID=1000 GID=1000 /bin/sh -c mkdir -p /home/git/repositories && chown -R git:git /home/git # buildkit
COPY /usr/bin/knot /usr/bin # buildkit
RUN |2 UID=1000 GID=1000 /bin/sh -c mkdir /app && chown -R git:git /app # buildkit
HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:5555 || exit 1] Interval:1m0s Timeout:30s StartPeriod:5s StartInterval:0s Retries:3}
ENTRYPOINT ["/init"]

Labels

Key Value
org.opencontainers.image.created 2026-09-08T00:18:40Z
org.opencontainers.image.description data server for tangled
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 649c2f1d944cdf6a1c0ba126c0cab3bf05ab38a3
org.opencontainers.image.source https://git.boop.fi/jakew/docker-images.git
org.opencontainers.image.title knot
org.opencontainers.image.url https://git.boop.fi/jakew/docker-images
org.opencontainers.image.vendor tangled.org
Details
Container
2026-09-08 00:23:17 +00:00
0
OCI / Docker
linux/arm64
MIT
35 MiB
Versions (1) View all
latest 2026-09-08