lab

silverbullet (latest)

Published 2026-01-27 12:40:03 +00:00 by myve

Installation

docker pull hub.myvelabs.com/lab/silverbullet:latest
sha256:14315ae9fb41afccdf6c3e76b476fa1b10fd3bd3fd75ba0e4d89e35790182cf6

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.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
VOLUME [/space]
RUN /bin/sh -c apk add --no-cache git curl bash tini # buildkit
HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:3000$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
RUN /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 /app/silverbullet /silverbullet # buildkit
ENTRYPOINT ["/sbin/tini" "--" "/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-01-27T08:15:31.456Z
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 812dee8537dc9823219672a214d521f04578a3b6
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-01-27 12:40:03 +00:00
34
OCI / Docker
linux/amd64
MIT
24 MiB
Versions (1) View all
latest 2026-01-27