pkg

silverbullet (stable)

Published 2026-07-10 14:34:55 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/silverbullet:stable
sha256:6888ae47ff55dcc399748dc3a9307b28577918b9fefebdabe2e47bdd6ccb0cda

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 # 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$SB_URL_PREFIX/.ping" || exit 1] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0}
COPY silverbullet-amd64 /silverbullet # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c chmod +x /silverbullet # buildkit
ENTRYPOINT ["/sbin/tini" "--" "/silverbullet"]

Labels

Key Value
org.opencontainers.image.created 2026-07-01T09:13:16.194Z
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 a0782ddb6d4a3a9f53955f44acf1e910275d6801
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-07-10 14:34:55 +00:00
0
OCI / Docker
linux/amd64
MIT
36 MiB
Versions (2) View all
latest 2026-08-21
stable 2026-07-10