• Joined on 2025-02-12

cobblemon (19)

Published 2026-03-16 19:42:21 -06:00 by alex

Installation

docker pull git.alexmickelson.guru/alex/cobblemon:19
sha256:bf46ad6cf0ae04f8b96eb7319fa1b9bd3bd97b8fd2d147adfe8ace0e2c5ead44

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-16 19:42:21 -06:00
2
OCI / Docker
linux/amd64
47 MiB
Versions (43) View all
51 2026-03-25
50 2026-03-25
49 2026-03-25
48 2026-03-25
47 2026-03-25