centralcloud-ops (0.1.29)

Published 2026-05-13 00:19:55 +00:00 by mhugo

Installation

docker pull git.infra.centralcloud.com/centralcloud/centralcloud-ops:0.1.29
sha256:8b20d21966b0173af055cccfd616a95b40842fbe018f2b817117bf65e5c6e79e

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'
RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd --create-home --shell /bin/sh app # buildkit
WORKDIR /app
RUN /bin/sh -c chown app:app /app # buildkit
USER app
COPY --chown=app:app /app/_build/prod/rel/centralcloud_ops ./ # buildkit
RUN /bin/sh -c chmod +x /app/bin/* # buildkit
ARG APP_VERSION=0.1.29
ENV HOME=/app
ENV PHX_SERVER=true
ENV APP_VERSION=0.1.29
CMD ["/app/bin/server"]
Details
Container
2026-05-13 00:19:55 +00:00
2
OCI / Docker
linux/amd64
49 MiB
Versions (40) View all
0.1.38-nix-erlang 2026-05-15
0.1.38-nix2 2026-05-15
0.1.38-nix 2026-05-15
0.1.37 2026-05-15
0.1.35 2026-05-15