RTM

mapbattle (0.1.1)

Published 2026-05-22 07:42:39 +00:00 by ammaratef45

Installation

docker pull git.coopcloud.tech/rtm/mapbattle:0.1.1
sha256:6fe62c385bb68c2d8ddc98d5dbf0e4481bab9b5d3c264767f933388ee846d38d

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-22 07:42:39 +00:00
6
OCI / Docker
linux/amd64
52 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