pkg

silverbullet (latest)

Published 2026-08-21 21:45:16 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/silverbullet:latest
sha256:a799872b69bb82ebeba95b18d0954f38601108faa3feb52985d148263b0de6f1

About this package

An open source personal productivity platform built on Markdown, turbo charged with the scripting power of Lua

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG TARGETARCH=amd64
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache git curl bash tini openssh-client # buildkit
ENV SB_HOSTNAME=0.0.0.0 SB_FOLDER=/space SB_PORT=3000
EXPOSE [3000/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl --fail "http://localhost:$SB_PORT/.instance" || exit 1] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
RUN |1 TARGETARCH=amd64 /bin/sh -c echo "" > /etc/group && echo "root:x:0:0:root:/root:/bin/sh" > /etc/passwd # buildkit
ADD ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
COPY silverbullet-amd64 /silverbullet # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c chmod +x /silverbullet /docker-entrypoint.sh # buildkit
ENTRYPOINT ["/sbin/tini" "--" "/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-08-21T14:38:18.537Z
org.opencontainers.image.description An open source personal productivity platform built on Markdown, turbo charged with the scripting power of Lua
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 8d74993debd09a5363ecc6dd22a0339c262869b2
org.opencontainers.image.source https://github.com/silverbulletmd/silverbullet
org.opencontainers.image.title silverbullet
org.opencontainers.image.url https://github.com/silverbulletmd/silverbullet
org.opencontainers.image.version v2
Details
Container
2026-08-21 21:45:16 +00:00
209
OCI / Docker
linux/amd64
MIT
40 MiB
Versions (2) View all
latest 2026-08-21
stable 2026-07-10