pkg

silverbullet (latest)

Published 2026-06-21 02:24:33 +00:00 by packager

Installation

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

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-06-19T15:22:48.393Z
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 13de05c8621f22576f12abc7e5702fecdacf7a60
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-06-21 02:24:33 +00:00
209
OCI / Docker
linux/amd64
MIT
34 MiB
Versions (1) View all
latest 2026-06-21