cms (v2.8.3)

Published 2026-06-25 23:23:17 +00:00 by alex

Installation

docker pull git.dev.alexdunmow.com/block/cms:v2.8.3
sha256:57cb394edae0de2a11946ea1b09eed2a1486cf57aa9e4273cb130986c2d08f68

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}"
|5 APP_PATCH_TAG=fix plugin build APP_RELEASE_NAME=cthulhu APP_VERSION=2.8.3 /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
|5 APP_PATCH_TAG=fix plugin build APP_RELEASE_NAME=cthulhu APP_VERSION=2.8.3 /bin/sh -c npm install -g @tailwindcss/cli@latest tailwindcss@latest
ENV NODE_PATH=/usr/local/lib/node_modules
WORKDIR /app
|5 APP_PATCH_TAG=fix plugin build APP_RELEASE_NAME=cthulhu APP_VERSION=2.8.3 /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:70e676eb818676a2b6600de9f7036220075c8b70cd8a7273822e4cd611f986f5 in ./public
COPY dir:f1126db9bbc6713396b00ebe366734bdeee5d10214df907be24c1d1b5d18f86d in ./styles
COPY file:cf82387b65257cfeec30fb8b7dc4600033269374e99c6887a7ef133e6ec82e88 in ./server
COPY file:99536310a8f6ee1687baf4bf7d1bf656815e21013696b665c41142ab951fe929 in ./admincli
COPY dir:12750ca0304e920be0b40bf983c8a56e83506e6fb2ea2fa3d4ec89da6efb3e3e in ./web/dist
COPY file:202a438043f341586600e89e1cdeec8d087c6a9e67d6f6804ed2b2bb9792c36a 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 fix plugin build
org.blockninja.release-name cthulhu
org.blockninja.version 2.8.3
Details
Container
2026-06-25 23:23:17 +00:00
16
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