sendnrw

b1tsblog (b2dc65e)

Published 2025-05-06 09:29:17 +00:00 by groot in sendnrw/b1tsblog

Installation

docker pull git.send.nrw/sendnrw/b1tsblog:b2dc65e
sha256:f1d922a949e9b6e0e806378c1f6928d971bff8391e80925cd3ce1c230e4a3c68

Images

Digest OS / Arch Size
b375589c6f linux/amd64 38 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
COPY /blog /usr/local/bin/blog # buildkit
RUN /bin/sh -c mkdir -p /content /static /pages /app # buildkit
COPY . /app # buildkit
COPY /out/content /content # buildkit
COPY /out/static /static # buildkit
COPY /out/pages /pages # buildkit
ENV BLOG_CONTENT_DIR=/content
ENV BLOG_STATIC_DIR=/static
ENV BLOG_PAGES_DIR=/pages
EXPOSE map[8080/tcp:{}]
CMD ["blog"]
Details
Container
2025-05-06 09:29:17 +00:00
1
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