Block a user
taskchampion-sync-server (sha256:59ba1ec1e4877f9e433a6d7f9562b9f4de479e0427b0b91525e5f14635e3f858)
Published 2026-01-02 14:05:23 +00:00 by bp99
Installation
docker pull gitea.bp99.eu/bp99/taskchampion-sync-server@sha256:59ba1ec1e4877f9e433a6d7f9562b9f4de479e0427b0b91525e5f14635e3f858sha256:59ba1ec1e4877f9e433a6d7f9562b9f4de479e0427b0b91525e5f14635e3f858About this package
The sync server for Taskchampion
Image Layers
| ADD alpine-minirootfs-3.20.8-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| COPY /data/target/release/taskchampion-sync-server /bin # buildkit |
| RUN /bin/sh -c apk add --no-cache su-exec && adduser -u 1092 -S -D -H -h /var/lib/taskchampion-sync-server -s /sbin/nologin -G users -g taskchampion taskchampion && install -d -m1755 -o1092 -g1092 "/var/lib/taskchampion-sync-server" # buildkit |
| EXPOSE [8080/tcp] |
| VOLUME [/var/lib/taskchampion-sync-server/data] |
| COPY entrypoint-sqlite.sh /bin/entrypoint.sh # buildkit |
| ENTRYPOINT ["/bin/entrypoint.sh"] |
| CMD ["/bin/taskchampion-sync-server"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-01-02T14:01:06.784Z |
| org.opencontainers.image.description | The sync server for Taskchampion |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 90a73ea7bd3a28c8cc62fc8aa946fb6ce94277a1 |
| org.opencontainers.image.source | https://gitea.bp99.eu/bp99/taskchampion-sync-server |
| org.opencontainers.image.title | taskchampion-sync-server |
| org.opencontainers.image.url | https://gitea.bp99.eu/bp99/taskchampion-sync-server |
| org.opencontainers.image.version | latest |