centralcloud-ops (0.1.28)

Published 2026-05-13 00:12:15 +00:00 by mhugo

Installation

docker pull git.infra.centralcloud.com/centralcloud/centralcloud-ops:0.1.28
sha256:2d1953d7a8822236d285d3abb5b18ceb177b34abf7537f5d9a32fb0a66ce6695

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.28
ENV HOME=/app
ENV PHX_SERVER=true
ENV APP_VERSION=0.1.28
CMD ["/app/bin/server"]
Details
Container
2026-05-13 00:12:15 +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