lab

silverbullet (latest)

Published 2026-03-27 00:02:05 +00:00 by myve

Installation

docker pull hub.myvelabs.com/lab/silverbullet:latest
sha256:2bef7e5c76914d4314a489f8f67c244154beb8ba65e5a6a8ed3ddc7fdd4c3d75

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.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
VOLUME [/space]
ARG TARGETARCH=amd64
RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache git curl bash tini libc6-compat # buildkit
HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:$SB_PORT$SB_URL_PREFIX/.ping || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
EXPOSE [3000/tcp]
ENV SB_HOSTNAME=0.0.0.0
ENV SB_FOLDER=/space
ENV SB_PORT=3000
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
ADD silverbullet-amd64 /silverbullet # buildkit
ENTRYPOINT ["/sbin/tini" "--" "/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-03-26T16:55:17.121Z
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 cabe886813ade60b2e32da12259656d4d3a69cd1
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-03-27 00:02:05 +00:00
110
OCI / Docker
linux/amd64
MIT
26 MiB
Versions (1) View all
latest 2026-03-27