Block a user
beseda/api (staging)
Published 2026-09-04 17:46:13 +07:00 by ko1hoz
Installation
docker pull git.proftalk.ru/ko1hoz/beseda/api:stagingsha256:b12c47650f850185431380da53587d887a9e2d22c179513fa6e8b09c93569f07
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f3a2b18f7d | linux/arm64 | 24 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.20.10-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates opus opusfile # buildkit |
| WORKDIR /app |
| COPY /app/bin/api . # buildkit |
| EXPOSE [8080/tcp] |
| CMD ["./api"] |