kv-replication (latest)
Published 2026-08-28 20:35:54 +03:00 by package-publisher
Installation
docker pull distsys.ru/course/kv-replication:latestsha256:f3c345d004b12481baf14cd426b3e439dcd5d3872b66907a0c72abc66916eb17
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| RUN /bin/sh -c apt-get update && apt-get install -y python3-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /opt/course/bin/distsys-kv-replication /usr/local/bin/distsys-kv-replication # buildkit |
| WORKDIR /solution |
| ENTRYPOINT ["timeout" "-k" "10" "600" "distsys-kv-replication" "-i" "node.py"] |