bot (latest)
Installation
docker pull git.agin.rocks/ctfilt/bot:latestsha256:ed1a51e0f2cf0f507ec2ed5a2100494a8d7d059bc8183d39e92c9e29e79f6e2aImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600' |
| RUN /bin/sh -c apt-get update && apt-get install -y libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /usr/src/app |
| ARG PROJECT_NAME=ctfilt_bot |
| COPY target/release/ctfilt_bot ./app # buildkit |
| RUN |1 PROJECT_NAME=ctfilt_bot /bin/sh -c chmod +x /usr/src/app # buildkit |
| CMD ["/usr/src/app"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | ctfilt |
| com.docker.compose.service | bot |
| com.docker.compose.version | 2.34.0 |