kv-replication-2 (latest)
Published 2026-08-28 20:43:16 +03:00 by package-publisher
Installation
docker pull distsys.ru/course/kv-replication-2:latestsha256:13f205945dfd8df38b88cf78e135de7ae59467b016957235b6b829f40ef354dd
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-2 /usr/local/bin/distsys-kv-replication-2 # buildkit |
| WORKDIR /solution |
| ENTRYPOINT ["timeout" "-k" "10" "600" "distsys-kv-replication-2" "-i" "node.py"] |