centralcloud-ops (0.1.30)

Published 2026-05-13 00:27:23 +00:00 by mhugo

Installation

docker pull git.infra.centralcloud.com/centralcloud/centralcloud-ops:0.1.30
sha256:97ad462edcfdf00a492c562654a47c0751a99f8d8b733fe95195d9c5c043477f

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.30
ENV HOME=/app
ENV PHX_SERVER=true
ENV APP_VERSION=0.1.30
CMD ["/app/bin/server"]
Details
Container
2026-05-13 00:27:23 +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