b1tsblog (sha256:e26cee34b9619375095956a0a96f3c67c7b8a95df17ec34d6afecdc871e22705)
Installation
docker pull git.send.nrw/sendnrw/b1tsblog@sha256:e26cee34b9619375095956a0a96f3c67c7b8a95df17ec34d6afecdc871e22705
sha256:e26cee34b9619375095956a0a96f3c67c7b8a95df17ec34d6afecdc871e22705
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400' |
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 map[8080/tcp:{}] |
CMD ["blog"] |
Details
Versions (80)
View all