Block a user
meshpump/backend (0.1.0)
Published 2026-04-29 20:21:41 +00:00 by gigovich
Installation
docker pull git.devinlab.com/gigovich/meshpump/backend:0.1.0sha256:1776a6a5131b584ad7e840120abb64aab3641b46773910997742136bdc0f59fa
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 530cb9567a | linux/amd64 | 9.6 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates tzdata && adduser -D -u 10001 -g '' app # buildkit |
| COPY /out/meshpump /usr/local/bin/meshpump # buildkit |
| USER app |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/usr/local/bin/meshpump"] |
| CMD ["serve"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-04-29T20:21:38.349Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 36120e7a8b8a84e4347d12dec2c703f39fb07a2f |
| org.opencontainers.image.source | https://git.devinlab.com/gigovich/meshpump |
| org.opencontainers.image.title | meshpump |
| org.opencontainers.image.url | https://git.devinlab.com/gigovich/meshpump |
| org.opencontainers.image.version | 0.1.0 |