polymarket-bot-rs (sha256:6484716d243675ea8f9fc6314eb90a7f32fe979e531df7f9c9502c5f2a9da3e8)

Published 2026-04-21 14:37:14 +00:00 by igor

Installation

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

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
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-21T14:31:55Z
org.opencontainers.image.revision f7efad1b93c5760503af1ad50ea3117ae891b9d5
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-21 14:37:14 +00:00
1
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