• Joined on 2025-02-12

cobblemon (46)

Published 2026-03-25 21:45:52 -06:00 by alex

Installation

docker pull git.alexmickelson.guru/alex/cobblemon:46
sha256:6413e275f593fbfba2ec2619c44599aba3fc8560c063f767660d6490f23ca819

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 21:45:52 -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