RTM

mapbattle (0.1.2)

Published 2026-05-24 06:49:53 +00:00 by ammaratef45

Installation

docker pull git.coopcloud.tech/rtm/mapbattle:0.1.2
sha256:c18baa10726671309581a2fe973bbed1a7d76a32021a228cd94b8ff024902844

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y libssl3 ca-certificates libsqlite3-0 && apt-get clean # buildkit
COPY /usr/src/app/storage/Neighborhood_Map_Atlas_Neighborhoods.geojson /storage/ # buildkit
COPY /usr/src/app/target/release/mapbattle /usr/local/bin/mapbattle # buildkit
COPY /usr/src/app/storage/mapbattle.db /storage/ # buildkit
EXPOSE [8080/tcp]
CMD ["mapbattle"]
Details
Container
2026-05-24 06:49:53 +00:00
2
OCI / Docker
linux/amd64
53 MiB
Versions (6) View all
0.1.2 2026-05-24
0.1.1 2026-05-22
0.1.0 2026-05-04
0.0.3 2025-11-22
0.0.2 2025-11-20