• Joined on 2025-02-12

cobblemon (9)

Published 2026-03-16 16:44:00 -06:00 by alex

Installation

docker pull git.alexmickelson.guru/alex/cobblemon:9
sha256:2e70459657d2def7fbb58a35865196741493da518624bf22c00d1b3ff9699344

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'
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 16:44:00 -06:00
0
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