centralcloud-staff (0.2.6)

Published 2026-05-12 23:08:05 +00:00 by mhugo

Installation

docker pull git.infra.centralcloud.com/centralcloud/centralcloud-staff:0.2.6
sha256:a8fdcbd73c2077f7f6b12191cf258f90672ac896c9dd86f524a50941485bafc2

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-12 23:08:05 +00:00
2
OCI / Docker
linux/amd64
47 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