centralcloud-ops (0.1.36)

Published 2026-05-15 14:24:35 +00:00 by mhugo

Installation

docker pull git.infra.centralcloud.com/centralcloud/centralcloud-ops:0.1.36
sha256:66975b518ca179c9401f0ed189c65a0841123dfb49167d526bbccc2cf3d4c40a

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/centralcloud_ops/_build/prod/rel/centralcloud_ops ./ # buildkit
RUN /bin/sh -c chmod +x /app/bin/* # buildkit
ARG APP_VERSION=dev
ENV HOME=/app
ENV PHX_SERVER=true
ENV APP_VERSION=dev
CMD ["/app/bin/server"]
Details
Container
2026-05-15 14:24:35 +00:00
3
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