centralcloud-staff (0.1.0)

Published 2026-05-11 11:52:32 +00:00 by mhugo

Installation

docker pull git.infra.centralcloud.com/centralcloud/centralcloud-staff:0.1.0
sha256:8ed4462a5860c903f70a6429530cb302e1920f1aa5e8887c80299baedcf35d71

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
ENV HOME=/app PHX_SERVER=true
COPY --chown=app:app /app/_build/prod/rel/centralcloud_staff ./ # buildkit
RUN /bin/sh -c ln -s /app/bin/centralcloud_staff /app/bin/migrate || true # buildkit
CMD ["/app/bin/server"]
Details
Container
2026-05-11 11:52:32 +00:00
3
OCI / Docker
linux/amd64
46 MiB
Versions (11) View all
0.2.7 2026-05-12
0.2.6 2026-05-12
0.2.5 2026-05-12
0.2.4 2026-05-12
0.3.0 2026-05-12