centralcloud-staff (0.3.0)
Published 2026-05-12 22:30:08 +00:00 by mhugo
Installation
docker pull git.infra.centralcloud.com/centralcloud/centralcloud-staff:0.3.0sha256:c956b351146d0a8df6be184ddd51aa99990b14b4ed44acc0f2df346bb1b661b5Image 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.3.0 |
| ENV HOME=/app |
| ENV PHX_SERVER=true |
| ENV APP_VERSION=0.3.0 |
| CMD ["/app/bin/server"] |