centralcloud-my (0.1.0)
Published 2026-05-09 18:43:59 +00:00 by mhugo
Installation
docker pull git.infra.centralcloud.com/centralcloud/centralcloud-my:0.1.0sha256:7135128f15525e7ac0c0e9e7b7fbc6f381d106d98f87bef9a7ddd7604e9089c3Image 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_my ./ # buildkit |
| RUN /bin/sh -c ln -s /app/bin/centralcloud_my /app/bin/migrate || true # buildkit |
| ENV HOME=/app |
| ENV PHX_SERVER=true |
| CMD ["/app/bin/server"] |