serve.zone

open source infrastructure management | serve.zone

cloudly (32.0.0)

Published 2026-09-19 09:15:29 +00:00 by philkunz in serve.zone/cloudly

Installation

docker pull code.foss.global/serve.zone/cloudly:32.0.0
sha256:8e0930f29aa2dbdde9d02c5bffb9af0b985607853e3497d87aa63bd3bc578212

Images

Digest OS / Arch Size
be59bca22b linux/amd64 308 MiB
ce703d96d3 linux/arm64 307 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL author=Task Venture Capital GmbH <hello@task.vc>
WORKDIR /workspace
ENV NODE_VERSION_LTS=24.13.0 NVM_DIR=/usr/local/nvm NVM_NODEJS_ORG_MIRROR=https://unofficial-builds.nodejs.org/download/release
RUN /bin/sh -c apk add --no-cache bash coreutils=9.11-r0 curl git ca-certificates openssl=3.5.8-r0 unzip gcompat libstdc++ tini # buildkit
RUN /bin/sh -c mkdir -p $NVM_DIR && curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | bash # buildkit
RUN /bin/sh -c printf '%s\n%s\n%s\n' 'export NVM_DIR="/usr/local/nvm"' '[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"' '[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion"' > /etc/bash.bashrc # buildkit
COPY image_support_files/bash-with-nvm /usr/local/bin/bash-with-nvm # buildkit
COPY image_support_files/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
COPY image_support_files/configure-pnpm-defaults /usr/local/bin/configure-pnpm-defaults # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/bash-with-nvm /usr/local/bin/docker-entrypoint.sh /usr/local/bin/configure-pnpm-defaults # buildkit
SHELL [/usr/local/bin/bash-with-nvm]
ENV BASH_ENV=/etc/bash.bashrc
RUN /usr/local/bin/bash-with-nvm nvm install $NODE_VERSION_LTS && nvm alias default $NODE_VERSION_LTS && nvm use default # buildkit
ENV NODE_PATH=/usr/local/nvm/versions/node/v24.13.0/lib/node_modules
ENV PATH=/usr/local/nvm/versions/node/v24.13.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV PNPM_HOME=/root/.local/share/pnpm
ENV PATH=/root/.local/share/pnpm:/root/.local/share/pnpm/bin:/usr/local/nvm/versions/node/v24.13.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN /usr/local/bin/bash-with-nvm set -o pipefail && mkdir -p ${PNPM_HOME} && curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=12.3.1 ENV=/root/.bashrc SHELL=/bin/bash bash - && test "$(pnpm --version)" = "12.3.1" && configure-pnpm-defaults # buildkit
COPY third_party/pnpm /usr/share/doc/ht-docker-node/pnpm # buildkit
COPY third_party/alpine /usr/share/doc/ht-docker-node/alpine # buildkit
COPY image_support_files/install-alpine-materials.mjs /usr/local/lib/ht-docker-node/install-alpine-materials.mjs # buildkit
RUN /usr/local/bin/bash-with-nvm node /usr/local/lib/ht-docker-node/install-alpine-materials.mjs verify core # buildkit
COPY license.md /usr/share/doc/ht-docker-node/license.md # buildkit
ENTRYPOINT ["/sbin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
CMD ["bash"]
WORKDIR /app
ENV NODE_ENV=production
ENV SERVEZONE_LISTENPORT=3000
COPY /app/package.json ./package.json # buildkit
COPY /app/node_modules ./node_modules # buildkit
COPY /app/cli.js ./cli.js # buildkit
COPY /app/dist_ts ./dist_ts # buildkit
COPY /app/dist_ts_migration ./dist_ts_migration # buildkit
COPY /app/dist_serve ./dist_serve # buildkit
LABEL org.opencontainers.image.title=cloudly org.opencontainers.image.description=serve.zone control plane org.opencontainers.image.source=https://code.foss.global/serve.zone/cloudly
HEALTHCHECK {Test:[CMD-SHELL node -e "const http=require('node:http');const port=process.env.SERVEZONE_LISTENPORT||3000;const req=http.get({host:'127.0.0.1',port,path:'/status'},res=>process.exit(res.statusCode===200?0:1));req.on('error',()=>process.exit(1));req.setTimeout(5000,()=>{req.destroy();process.exit(1);});"] Interval:30s Timeout:10s StartPeriod:2m0s StartInterval:0s Retries:3}
EXPOSE [3000/tcp]
CMD ["node" "cli.js"]

Labels

Key Value
author Task Venture Capital GmbH <hello@task.vc>
org.opencontainers.image.description serve.zone control plane
org.opencontainers.image.revision 141ecf768de1208ea14659ce2d03d280c800d8f7
org.opencontainers.image.source https://code.foss.global/serve.zone/cloudly.git
org.opencontainers.image.title cloudly
org.opencontainers.image.version 32.0.0
version 32.0.0
Details
Container
2026-09-19 09:15:29 +00:00
5
OCI / Docker
Versions (163) View all
33.0.0 2026-09-25
32.9.3 2026-09-25
32.9.2 2026-09-24
32.9.1 2026-09-23
32.9.0 2026-09-23