telegram-bots

s3bot (0.0.3)

Published 2026-07-16 13:37:11 +00:00 by s3rius in telegram-bots/s3bot

Installation

docker pull gitea.le-memese.com/telegram-bots/s3bot:0.0.3
sha256:327ba8cb0d9f0746166414c71a2d0c7cc04dade144954fa5798e10e32a513659

Images

Digest OS / Arch Size
dc74394e5d linux/amd64 57 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'
WORKDIR /
RUN /bin/sh -c apt-get update && apt-get install -y openssl ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
COPY static ./static # buildkit
COPY /app/target/release/s3bot /usr/local/bin/ # buildkit
ENTRYPOINT ["/usr/local/bin/s3bot"]
RUN /bin/sh -c useradd --create-home -u 1000 --user-group s3bot # buildkit
WORKDIR /home/s3bot
RUN /bin/sh -c mv /static ./static # buildkit
USER s3bot
Details
Container
2026-07-16 13:37:11 +00:00
0
OCI / Docker
Versions (5) View all
0.0.4 2026-07-17
latest 2026-07-17
0.0.3 2026-07-16
0.0.2 2025-10-24
0.0.1 2025-07-14