RTM

mapbattle (0.1.0)

Published 2026-05-04 23:24:32 +00:00 by ammaratef45

Installation

docker pull git.coopcloud.tech/rtm/mapbattle:0.1.0
sha256:55e74e5f08f9389f120fe4183f5776611e741df986086e0457765d76f5a58ab7

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'
RUN /bin/sh -c apt-get update && apt-get install -y libssl3 ca-certificates libsqlite3-0 && apt-get clean # buildkit
COPY /usr/src/app/Neighborhood_Map_Atlas_Neighborhoods.geojson / # buildkit
COPY /usr/src/app/target/release/mapbattle /usr/local/bin/mapbattle # buildkit
COPY /usr/src/app/mapbattle.db / # buildkit
EXPOSE [8080/tcp]
CMD ["mapbattle"]
Details
Container
2026-05-04 23:24:32 +00:00
9
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