s3bot (0.0.3)
Installation
docker pull gitea.le-memese.com/telegram-bots/s3bot:0.0.3sha256: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 |