RTM

mapbattle (0.0.1)

Published 2025-11-20 11:32:48 +00:00 by ammaratef45

Installation

docker pull git.coopcloud.tech/rtm/mapbattle:0.0.1
sha256:91cb6240905e4f6df35856aedd3805adcb6ce6a8d43f28a3ea201c49111e9599

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600'
RUN /bin/sh -c apt-get update && apt-get install -y libssl3 ca-certificates && apt-get clean # buildkit
COPY /usr/src/app/Neighborhood_Map_Atlas_Neighborhoods.geojson / # buildkit
COPY /usr/src/app/map.html / # buildkit
COPY /usr/src/app/teams.json / # buildkit
COPY /usr/src/app/target/release/mapbattle /usr/local/bin/mapbattle # buildkit
EXPOSE [8080/tcp]
CMD ["mapbattle"]
Details
Container
2025-11-20 11:32:48 +00:00
3
OCI / Docker
linux/amd64
50 MiB
Versions (5) View all
0.1.1 2026-05-22
0.1.0 2026-05-04
0.0.3 2025-11-22
0.0.2 2025-11-20
0.0.1 2025-11-20