cms (v2.8.1)

Published 2026-06-25 15:59:26 +00:00 by alex

Installation

docker pull git.dev.alexdunmow.com/block/cms:v2.8.1
sha256:9858c5946f7d35a01b8484738a8b7ccea3e6a96b738106534eb1f2921c796786

Image Layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG APP_VERSION
ARG APP_RELEASE_NAME APP_VERSION
ARG APP_PATCH_TAG APP_RELEASE_NAME APP_VERSION
LABEL org.blockninja.version="${APP_VERSION}"
LABEL org.blockninja.release-name="${APP_RELEASE_NAME}"
LABEL org.blockninja.patch-tag="${APP_PATCH_TAG}"
|8 APP_PATCH_TAG=showcase preset assets + /registry/preview route APP_RELEASE_NAME=cthulhu APP_VERSION=2.8.1 /bin/sh -c apk add --no-cache ca-certificates vips vips-dev imagemagick imagemagick-dev nodejs npm postgresql-client git build-base pkgconfig binutils-gold openssh-client
COPY dir:26c0707b1ec5ae7b84076785df52cdc2694cd35dc20a6c5948586336d6fdea66 in /usr/local/go
ENV PATH="/usr/local/go/bin:${PATH}"
ENV GOTOOLCHAIN=local
|8 APP_PATCH_TAG=showcase preset assets + /registry/preview route APP_RELEASE_NAME=cthulhu APP_VERSION=2.8.1 /bin/sh -c npm install -g @tailwindcss/cli@latest tailwindcss@latest
ENV NODE_PATH=/usr/local/lib/node_modules
WORKDIR /app
|8 APP_PATCH_TAG=showcase preset assets + /registry/preview route APP_RELEASE_NAME=cthulhu APP_VERSION=2.8.1 /bin/sh -c mkdir -p /app/data/media /app/data/brand /app/data/styles /app/.cache /app/data/plugins/src /app/data/plugins/so /app/data/plugins/cache /app/data/plugins/gopath
ENV GOPATH=/app/data/plugins/gopath
ENV GOCACHE=/app/data/plugins/cache
ENV PORT=8080
ENV MIGRATIONS_PATH=/app/migrations
ENV FRONTEND_PATH=/app/web/dist
ENV MEDIA_PATH=/app/data/media
ENV BRAND_PATH=/app/data/brand
COPY file:32608ced9842b59bc1559b36713cfb67c8dbe22d47390afd50d71f57349eaec5 in /usr/local/bin/goose
COPY file:9925d24ec2d4a2b149ddc24c39f60ce1639c245ab07858131e0d0336bd163bc5 in /usr/local/bin/templ
COPY dir:938ea425903b79998a47f93c18dc7d0a97b265b158cb9fe981213d2ce912a7ee in ./migrations
COPY dir:3616046ff23c022c14bbac663593b1359bef4e164efe669beee54acda7af44a8 in ./public
COPY dir:ff0800790af412603758e684430aa9730cd5fd759f0aa7573c4d8c7564317f29 in ./styles
COPY file:f22a01b4b65beff47ada2b5eea8f03c178f929a3b428f759ce87ab2fde08a55c in ./server
COPY file:94ab4c18d754f0d82382cf2153fc8d687c9e70754cd64e61c79a24e2d6c81609 in ./admincli
COPY dir:c9ca36193fce8eb1824bcc185814b5ef7880e23f174f8bf6910ad6efb63e30ec in ./web/dist
COPY file:3f3f5a64b9704f8f0281077b7530d96ad135dabd052dd27c63e9edf56e70de20 in ./entrypoint.sh
EXPOSE 8080
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 CMD wget -qO- http://localhost:8080/health || exit 1
ENTRYPOINT ["./entrypoint.sh"]

Labels

Key Value
io.buildah.version 1.42.1
org.blockninja.patch-tag showcase preset assets + /registry/preview route
org.blockninja.release-name cthulhu
org.blockninja.version 2.8.1
Details
Container
2026-06-25 15:59:26 +00:00
15
OCI / Docker
linux/amd64
398 MiB
Versions (41) View all
v2.11.3 2026-07-20
v2.11.2 2026-07-20
v2.11.1 2026-07-20
v2.11.0 2026-07-20
v2.10.8 2026-07-15