s3bot (sha256:07a0a509d6275b0784f36d87f277032202a8ae75c581e91b980de0825378ef7d)
Installation
docker pull gitea.le-memese.com/telegram-bots/s3bot@sha256:07a0a509d6275b0784f36d87f277032202a8ae75c581e91b980de0825378ef7dsha256:07a0a509d6275b0784f36d87f277032202a8ae75c581e91b980de0825378ef7dImage Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1760918400' |
| 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 |