Block a user
core/notification-server (latest)
Published 2026-08-09 20:17:16 +00:00 by robonen
Installation
docker pull git.robonen.ru/robonen/core/notification-server:latestsha256:28ef533b56d0541a07f5739eca5752aa3b292fe7663718e566679cbaeaafc6e6
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 9b055de26a | linux/amd64 | 34 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata openssl && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /build/service ./service # buildkit |
| ENTRYPOINT ["./service"] |