s3bot (0.0.4)
Installation
docker pull gitea.le-memese.com/telegram-bots/s3bot:0.0.4sha256:977709416a8b7d4beb54e2dc43006461af3d877e17d1662e31d0e6487ef5337d
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 09860de1f1 | 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 |