centralcloud-staff (0.2.1)
Published 2026-06-01 09:13:13 +00:00 by mhugo
Installation
docker pull git.infra.centralcloud.com/centralcloud/centralcloud-staff:0.2.1sha256:58469bf3d2313982909e86fb11ae7a29c8855935c5553ecec8c8cf556036df47Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1779062400' |
| 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"] |