• Joined on 2025-02-12

cobblemon (29)

Published 2026-03-16 21:13:59 -06:00 by alex

Installation

docker pull git.alexmickelson.guru/alex/cobblemon:29
sha256:f130b62bda1f079dd7d538a310e81093c86e8fc640f94899ef034455ee817031

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 21:13:59 -06:00
3
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