polymarket-bot-rs (sha256:b1b645506fa8e94612fe1f92365af7239c0915f13048bb3c04a212efd5350549)

Published 2026-04-22 10:16:27 +00:00 by igor

Installation

docker pull git.igordudnek.com/igor/polymarket-bot-rs@sha256:b1b645506fa8e94612fe1f92365af7239c0915f13048bb3c04a212efd5350549
sha256:b1b645506fa8e94612fe1f92365af7239c0915f13048bb3c04a212efd5350549

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libssl3 libsqlite3-0 ca-certificates wget && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /app/bot-rs/target/release/bot /usr/local/bin/bot # buildkit
RUN /bin/sh -c mkdir -p /data # buildkit
ENV DATABASE_PATH=/data/bot.db
ENV LOG_LEVEL=info
EXPOSE [3100/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:3100/api/status || exit 1"] "30s" "5s" "15s" "0s" '\x03'}
CMD ["bot"]

Labels

Key Value
org.opencontainers.image.created 2026-04-22T10:10:51Z
org.opencontainers.image.revision 6516a894e202e6ad093124a55189373085a27fbf
org.opencontainers.image.source https://git.igordudnek.com/igor/polymarket1.git
org.opencontainers.image.url https://git.igordudnek.com/igor/polymarket1
Details
Container
2026-04-22 10:16:27 +00:00
0
OCI / Docker
linux/amd64
36 MiB
Versions (19) View all
d4d51843 2026-04-22
latest 2026-04-22
6516a894 2026-04-22
b98d95f9 2026-04-22
aa47d501 2026-04-22