sendnrw

b1tsblog (staging)

Published 2025-10-21 05:24:47 +00:00 by groot in sendnrw/b1tsblog

Installation

docker pull git.send.nrw/sendnrw/b1tsblog:staging
sha256:6b86ca8a077445d2af5bef2edb6b5d40eb1da2d213f53e46b1ce5e2e5c13c6ef

Images

Digest OS / Arch Size
7d4b2ad90d linux/amd64 67 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1760918400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates git && rm -rf /var/lib/apt/lists/* # buildkit
COPY /blog /usr/local/bin/blog # buildkit
RUN /bin/sh -c mkdir -p /content /static /pages /app /templates /ticks # buildkit
COPY . /app # buildkit
COPY /out/content /content # buildkit
COPY /out/static /static # buildkit
COPY /out/pages /pages # buildkit
COPY /out/templates /templates # buildkit
ENV BLOG_CONTENT_DIR=/content
ENV BLOG_STATIC_DIR=/static
ENV BLOG_PAGES_DIR=/pages
ENV BLOG_TEMPLATES_DIR=/templates
ENV BLOG_TICKS_DIR=/ticks
ENV GIT_ENABLE=false
ENV GIT_REPO=null
ENV GIT_BRANCH=main
ENV GIT_DIR=/git-temp
ENV GIT_INTERVAL=10
EXPOSE [8080/tcp]
CMD ["blog"]
Details
Container
2025-10-21 05:24:47 +00:00
0
OCI / Docker
Versions (81) View all
sc-staging 2025-10-21
staging 2025-10-21
a38c883 2025-10-21
2f01625 2025-05-18
a78eab4 2025-05-18