centralcloud-my (0.1.3)

Published 2026-05-15 05:21:50 +00:00 by mhugo

Installation

docker pull git.infra.centralcloud.com/centralcloud/centralcloud-my:0.1.3
sha256:7848526cabef35b54cd7db851842f3168b327870a7ce4338ee5d1122ca224906

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_my ./ # buildkit
RUN /bin/sh -c ln -s /app/bin/centralcloud_my /app/bin/migrate || true # buildkit
CMD ["/app/bin/server"]
Details
Container
2026-05-15 05:21:50 +00:00
4
OCI / Docker
linux/amd64
48 MiB
Versions (14) View all
0.1.12 2026-05-15
0.1.11 2026-05-15
0.1.10 2026-05-15
0.1.9 2026-05-15
0.1.8 2026-05-15