polymarket-bot-rs (sha256:4c075783c5b858e3efcd13e77ba85952176b7e209458da6fe05035a36dc5bcec)

Published 2026-04-21 13:06:54 +00:00 by igor

Installation

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

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-21T13:01:45Z
org.opencontainers.image.revision efcc1f7a411d24a645ed2b4879e8fb0b08f8432d
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 13:06:54 +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