cms (v2.8.7)

Published 2026-07-01 02:25:35 +00:00 by alex

Installation

docker pull git.dev.alexdunmow.com/block/cms:v2.8.7
sha256:6d99543b99b0f8b2e687d40b2a726bf45a4db63b65bcf7f6a04b73fc7b6b6c0e

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}"
|9 APP_PATCH_TAG=fix image gallery and img html func APP_RELEASE_NAME=cthulhu APP_VERSION=2.8.7 /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
|9 APP_PATCH_TAG=fix image gallery and img html func APP_RELEASE_NAME=cthulhu APP_VERSION=2.8.7 /bin/sh -c npm install -g @tailwindcss/cli@latest tailwindcss@latest
ENV NODE_PATH=/usr/local/lib/node_modules
WORKDIR /app
|9 APP_PATCH_TAG=fix image gallery and img html func APP_RELEASE_NAME=cthulhu APP_VERSION=2.8.7 /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:9cddbe41f8418d8412de7fd88fc5d670fa43df217fefa05d9a446c30cd9533e9 in /usr/local/bin/goose
COPY file:9925d24ec2d4a2b149ddc24c39f60ce1639c245ab07858131e0d0336bd163bc5 in /usr/local/bin/templ
COPY dir:751b7a225a983ba33485af2351ec03e9057bf7b10a6664a71ffce551471e98d8 in ./migrations
COPY dir:bc0f10575c973e164da7f7dc06389142d44614e979cbae6aa65468e38e9a9f57 in ./public
COPY dir:f917272ea342cb8211f67fbb1d1aa6d7d692b3d401b3140b584320fedcd58f6f in ./styles
COPY file:52ff266e417dba9d4f1f00d882e64c5c44fd44981023bbbdac1f29e115ca2259 in ./server
COPY file:10a851b5d642e748ee8af72d589740226a400a979bf8471ed22a825e74480efd in ./admincli
COPY dir:7d5b4150f50008f09587c44fac4e061a9bf9e226735609c110a66810dbc70db0 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 image gallery and img html func
org.blockninja.release-name cthulhu
org.blockninja.version 2.8.7
Details
Container
2026-07-01 02:25:35 +00:00
11
OCI / Docker
linux/amd64
399 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