lab

silverbullet (latest)

Published 2025-12-06 03:41:01 +00:00 by myve

Installation

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

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.0-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 2025-12-05T14:29:04.166Z
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 b4f8a0ce8bc88ac89f47b8e63995323815ec9a63
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
2025-12-06 03:41:01 +00:00
5
OCI / Docker
linux/amd64
MIT
22 MiB
Versions (1) View all
latest 2025-12-06