• Joined on 2025-02-12

cobblemon (53)

Published 2026-03-25 22:03:02 -06:00 by alex

Installation

docker pull git.alexmickelson.guru/alex/cobblemon:53
sha256:a703c56fbbd74a7a34df0968d6e0499d0a2b5b0fc72a13a327e05a003909c268

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses5 locales ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit
ENV LANG=en_US.UTF-8
WORKDIR /app
RUN /bin/sh -c chown nobody /app # buildkit
COPY --chown=nobody:root /app/_build/prod/rel/cobblemon_ui ./ # buildkit
USER nobody
ENV PHX_SERVER=true
EXPOSE [4000/tcp]
CMD ["/app/bin/cobblemon_ui" "start"]
Details
Container
2026-03-25 22:03:02 -06:00
2
OCI / Docker
linux/amd64
47 MiB
Versions (46) View all
54 2026-03-25
53 2026-03-25
52 2026-03-25
51 2026-03-25
50 2026-03-25